@include('global.header-links')
@include('partials.sidebar') @include('partials.header')

Timesheet

Timesheet

{{-- Display Errors and Success Messages --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('error')) @endif @if (session('success')) @endif {{-- Tab Navigation --}}
@csrf
@csrf
Download Template
CSV Format:
                                                    employee_id,shift_name,start_time,end_time,employment_type,break_duration
                                                    1,Morning,08:00:00,16:00:00,full-time,30
                                                    2,Night,22:00:00,06:00:00,full-time,45
                                                
@include('partials.footer')
@include('global.footer-links')