@if(count($attendances) > 0)
@lang('Attendance List of This Term')
{{ csrf_field() }} @foreach ($attendances as $att) @endforeach
# @lang('Status') @lang('Date') @lang('Remarks')
@if($att->present === 0) @lang('Absent') @endif {{$att->created_at}}
@endif