@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 @lang('app.exportExcel')
@endsection @push('scripts') @endpush