@extends('layouts.admin') @section('content') @include('partials.breadcrumb')
@if(session('admin'))
@endif
@foreach($departments as $i => $department) @endforeach
# SUB DEPARTMENT UNIT NAME SUPERVISOR ACTION
{{$i + 1}} {{$department->subs->name}} {{$department->name}} {{$department->leader()->fullname ?? ''}} View
@if(session('admin')) @endif @endsection @section('style') @endsection @section('script') @endsection