@include('header') @php $permissions = json_decode(session('permissions'), true); $userType = session('user_type'); @endphp
Faculty Involvement Information

Faculty Involvement

@php $sno = 1; @endphp @foreach($departments as $department) @foreach($department->faculties as $faculty) @endforeach @endforeach
# Department Faculty Name Involvement Action
{{ $sno++ }} {{ $department->department }} {{ $faculty->name }} @if(!empty($faculty->involvement->involvement))
    @foreach($faculty->involvement->involvement as $item)
  1. {{ $loop->iteration }}. {{ $item }}
  2. @endforeach
@else - @endif
Edit
@include('footer')