@extends('dashboard.layouts.app') @push('headScripts')
@endpush @section('content')
{{ __('Departments & Job Titles') }} /
{{ __('Departments') }}
{{ __('Departments') }}
@if(PerUser('departments.export'))
{!! __('Export Selected :type',['type'=>__('Department')]) !!}
{{ __('CSV') }}
{{ __('Excel') }}
{{ __('PDF') }}
@csrf {{--
{!! __('Export Selected :type',['type'=>__('Department')]) !!}
--}}
{{ __('Export') }}
{{ __('CSV') }}
{{ __('Excel') }}
{{ __('PDF') }}
@csrf {{--
{{ __('Export') }}
--}}
@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