{{-- This is all Customer Page --}} @extends('layouts.vertical', ['title' => 'All Departments']) @push('head-script') @endpush @push('head-scriptTwo') @endpush @section('content')
| No. | Name | Status | Options |
|---|---|---|---|
| {{ $i++ }} | {{ $department->name }} | @if ($department->status == 1) Active @else Inactive @endif | {{-- Edit Button --}} {{-- Delete Button --}} |
| No departments available. | |||