@extends('layouts.app')
@push('styles')
@if ($manageEmployeeShifts != 'all')
@endif
@endpush
@section('filter-section')
@lang('app.employee')
@lang('app.menu.department')
@lang('app.clearFilters')
@endsection
@section('content')
@if ($manageEmployeeShifts == 'all')
@lang('modules.attendance.bulkShiftAssign')
@endif
@if (canDataTableExport())
@lang('app.exportExcel')
@endif
@endsection
@push('scripts')
@endpush