@lang('Adjust Attendance of Student') - {{$attendances[0]->student->name}}
@endif
@if(count($attendances) > 0)
@component('components.adjust-attendance',['attendances'=>$attendances,'student_id'=>$student_id])
@endcomponent
@else
@lang('No Related Data Found.')
@endif