@extends('dashboard.body.main') @section('container')
@if (session()->has('success')) @endif

Lista de asistencia

Crear asistencia Borrar búsqueda
@forelse ($attendences as $attendence) @empty @endforelse
No. @sortablelink('date') Action
{{ (($attendences->currentPage() * 10) - 10) + $loop->iteration }} {{ $attendence->date }}
{{-- --}}
{{ $attendences->links() }}
@endsection