| {{ $sno++ }} |
{{ $department->department }} |
{{ $faculty->name }} |
@if(!empty($faculty->otherInfo->courses_attended))
@foreach($faculty->otherInfo->courses_attended as $item)
- {{ $loop->iteration }}. {{ $item }}
@endforeach
@else
-
@endif
|
@if(!empty($faculty->otherInfo->online_course))
@foreach($faculty->otherInfo->online_course as $item)
- {{ $loop->iteration }}. {{ $item }}
@endforeach
@else
-
@endif
|
@if(!empty($faculty->otherInfo->awards_recognitions))
@foreach($faculty->otherInfo->awards_recognitions as $item)
- {{ $loop->iteration }}. {{ $item }}
@endforeach
@else
-
@endif
|
@if(!empty($faculty->otherInfo->community_service))
@foreach($faculty->otherInfo->community_service as $item)
- {{ $loop->iteration }}. {{ $item }}
@endforeach
@else
-
@endif
|
Edit
|
@endforeach
@endforeach