@extends('layouts.app')
@push('styles')
    
@endpush
@section('filter-section')
    
        
            @lang('app.employee')
            
                
            
         
        
            @lang('app.month')
            
                
            
         
        
            @lang('app.year')
            
                
            
         
        
        
            
                @lang('app.clearFilters')
            
        
        
    
@endsection
@php
$addAttendancePermission = user()->permission('add_attendance');
@endphp
@section('content')
    
    
        
            
                @if ($addAttendancePermission == 'all' || $addAttendancePermission == 'added')
                    
                        @lang('modules.attendance.markAttendance')
                    
                @endif
                    
                        @lang('app.exportExcel')
                    
                @if ($addAttendancePermission == 'all' || $addAttendancePermission == 'added')
                    
                        @lang('app.importExcel')
                    
                @endif
            
            
                
                
                
                @if (attendance_setting()->save_current_location)
                    
                @endif
            
 
         
        
        
        
            
                
                    
                        
                            
                                | @lang('app.date') | @lang('app.status') | @lang('modules.attendance.clock_in') | @lang('modules.attendance.clock_out') | @lang('app.total') | @lang('app.others') | 
                        
                        
                        
                    
                 
             
        
        
     
    
@endsection
@push('scripts')
    
@endpush