@extends('admin.layout.app') @section('pageTitle')

{{ __('Department') }}

@stop @section('css') @stop @section('content')
{{ __('Departments') }}
@can('create', App\Models\Department::class) {{ __('Add New +') }} @endcan @can('delete', App\Models\Department::first()) @endcan
{{ __('ID') }} {{ __('Title') }} {{ __('Action') }}
@can('create', App\Models\Department::class) @endcan @can('delete', App\Models\Department::first()) @endcan @stop @section('js') @stop