@include('header')
Faculty Other Information

Faculty

@csrf @method('PUT')
@foreach(($otherInfo->courses_attended ?? []) as $course)
@endforeach
@foreach(($otherInfo->online_course ?? []) as $online)
@endforeach
@foreach(($otherInfo->awards_recognitions ?? []) as $award)
@endforeach
@foreach(($otherInfo->community_service ?? []) as $service)
@endforeach
@foreach(($otherInfo->suggestions ?? []) as $suggestion)
@endforeach
@include('footer')