{{-- START ALERT BLOCK --}}
@if (Session::has('successMessage'))
{!! html_entity_decode(session('successMessage')) !!}
@endif
@if (Session::has('dangerMessage') || count($errors))
{!! html_entity_decode(session('dangerMessage')) !!}
{{ $errors->first() }}
@endif
{{-- END ALERT BLOCK --}}
User Id: {{ $user_detail->id }}
User Name:
{{ $user_detail->name }}
Trip | Start Date/Time | End Date/Time | Type of vehicle | Number of travelers | Start Latitude | Start Longitude | End Latitude | End Longitude | Direction | POI Visited | Waypoints | Guestbook Count | Collector Stamp Count | Passport Stamp Count | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ ++$num }} | @if (!empty($user->start_date_time)){{ date('d M Y H:i:s', strtotime($user->start_date_time)) }} | @else@if (isset($user->start_date)) {{ date('d M Y H:i:s', strtotime($user->start_date)) }} @endif | @endif @if (!empty($user->end_date_time)){{ date('d M Y H:i:s', strtotime($user->end_date_time)) }} | @else- | @endif @if (!empty($user->type)){{ $user->type }} | @else- | @endif @if (!empty($user->number)){{ $user->number }} | @else- | @endif @if (!empty($user->start_latitude)){{ $user->start_latitude }} | @else{{ $user->gps_lat ?? '' }} | @endif @if (!empty($user->start_longitude)){{ $user->start_longitude }} | @else{{ $user->gps_long ?? '' }} | @endif @if (!empty($user->latitude)){{ $user->latitude }} | @else- | @endif @if (!empty($user->longitude)){{ $user->longitude }} | @else- | @endif @if (!empty($user->direction)){{ $user->direction }} | @else{{ $user->travel_direction ?? '' }} | @endif{{ $user->visited_count ?? '0' }} | {{ $user->waypointsCounts ?? '0' }} | {{ $user->guestbook_count ?? '0' }} | {{ $user->passport_stamp_count ?? '0' }} | {{ $user->collector_stamp_count ?? '0' }} |
No Records Found. |