{{-- 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 }}
Date/Time | Trip UID | Activity Type | Latitude | Longitude |
---|---|---|---|---|
{{ $user->created }} | {{ $user->trip_id }} | {{ getName($user->type) }} | {{ $user->gps_lat }} | {{ $user->gps_long }} |
No Records Found. |
{{ $user_gps_coordinates->links() }}
@endif