@include('includes/css_header')
@include('includes/top_menu')
@include('includes/left_menu')
Payroll Run
Payroll Run
Back
Payroll
Run
Total 0 payroll reports found for the month of
{{ date('F', mktime(0, 0, 0, request('month_id'), 10)) }} {{ request('year_id') }}
.
@csrf
Please select a valid company, year, and month for payroll details.
@if (isset($parameters['client_id']) && isset($parameters['month_id']) && isset($parameters['year_id']) && (isset($payroll_report_list) && !empty($payroll_report_list)))
Submit
Please wait...
@endif
@include('includes/footer')
Payment Already Made: Confirm Change?
This has already been paid, are you sure you want to change it?
Don't Modify
Yes, change it
@include('includes/scroll_top') @include('includes/js_footer') @if(session('success')) @endif @if(session('error')) @endif