@extends('layouts.app')
@push('styles')
    
@endpush
@section('filter-section')
    
        
            @lang('app.employee')
            
                
            
         
        @if ($viewAttendancePermission == 'owned')
            
        @else
            
                @lang('app.department')
                
                    
                
             
        @endif
        
            @lang('app.month')
            
                
            
         
        
            @lang('app.year')
            
                
            
         
        
            @lang('modules.attendance.late')
            
                
            
         
        
        
            
                @lang('app.clearFilters')
            
        
        
    
@endsection
@php
$addAttendancePermission = user()->permission('add_attendance');
@endphp
@section('content')
    
    
        
            
                @if ($addAttendancePermission == 'all' || $addAttendancePermission == 'added')
                    
                        @lang('modules.attendance.markAttendance')
                    
                    
                        @lang('app.exportExcel')
                    
                @endif
                @if ($addAttendancePermission == 'all' || $addAttendancePermission == 'added')
                    
                        @lang('app.importExcel')
                    
                @endif
            
            
                
                
                
                @if (attendance_setting()->save_current_location)
                    
                @endif
            
 
         
        
        
            
                
                    @lang('app.note'):   @lang('app.menu.holiday')  |   
                    @lang('modules.attendance.absent')
                
             
            
        
        
     
    
@endsection
@push('scripts')
    
@endpush