@extends('admin.layouts.app') @push('styles') @include('datatable.css.data_table_css') @endpush @section('title') Department @endsection @section('container')
| Name | Status | Action |
|---|---|---|
| {{ $department->name }} | @if ($department->status == 1) Active @else Inactive @endif | Edit |