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

Faculty Projects

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