Attendances

{{-- --}}
{{--
@include('layouts.alert')
--}}

Attendances

You can manage all Attendances, such as editing, deleting and more.

All Posts

@foreach ($attendances as $attendance) @endforeach
Name Date Time In Time Out Latlong In Latlong Out Action
{{ $attendance->user->name }} {{ $attendance->date }} {{ $attendance->time_in }} {{ $attendance->time_out }} {{ $attendance->latlon_in }} {{ $attendance->latlon_out }}
{{ $attendances->withQueryString()->links() }}