@extends('app') @section('page-title') @if (isset($status))
@endif

Check In

@endsection @push('head-script') @endpush @section('content') @section('content')

View Check In


{{ ucfirst($checkIn->remarks) }}

{{ ucfirst($address) }}

{{ ucfirst($checkIn->employee->name) }}
@if($checkIn->attachments)
@if($checkIn->attachments) @foreach($checkIn->getMedia('attachments') as $attachment)
@if($attachment->mime_type=="application/msword" || $attachment->mime_type=="appplication/docx" || $attachment->mime_type=="appplication/doc") attachment @elseif($attachment->mime_type=="application/pdf") attachment @else attachment @endif

{{$attachment->file_name}}

@endforeach @endif
@endif
@endsection @endsection @push('footer-script') @endpush