@extends('dashboard.layouts.app') @push('headScripts') @endpush @section('content')

{{ __('Departments & Job Titles') }} / {{ __('Departments') }}

{{ __('Departments') }}
@if(PerUser('departments.export'))
@csrf {{-- --}}
@csrf {{-- --}}
@endif @if(PerUser('departments.destroy')) {!! __('Delete Selected :type',['type'=>__('Department')]) !!} @endif @if(PerUser('departments.create')) {{ __('Create :type',['type'=>__('Department')]) }} @endif
{{ $dataTable->table(['class' => 'table table-bordered table-striped mb-0']) }}
@endsection @push('footerScripts') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush