@extends(adminLayout()) @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), '#'=>isset($pageTitle)?$pageTitle:'' ]]) @endsection @section('content') @php foreach($rowset as $row): @endphp @php endforeach; @endphp
{{ __lang('id') }} {{ __lang('last-name') }} {{ __lang('first-name') }} {{ __lang('classes-attended') }} {{__lang('actions')}}
{{ $row->student_id }} {{ $row->last_name }} {{ $row->name }} {{ $attendanceTable->getTotalForStudent($row->student_id) }}
@endsection