@extends('admin.layouts.master') @section('content')

{{ucfirst($slug)}} Divisions

List

@forelse ($departments as $key => $dept ) @empty @endforelse
# Name Status Action
{{$key +1}} {{$dept->name}} @if ($dept->status == 1) Active @else Inactive @endif @if ($dept->status == 1) Unpublish @else Publish @endif
No Data Uploaded
@endsection