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