Attendances
{{-- --}}
{{--
@include('layouts.alert')
--}}
Attendances
You can manage all Attendances, such as editing, deleting and more.
All Posts
| 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() }}