@extends('layouts.app') @section('title', 'Generate WPS File') @section('breadcrumbs')
@endsection @section('content'){{ \Carbon\Carbon::createFromDate($batch->year, $batch->month, 1)->format('F Y') }} · {{ $batch->employee_count }} employees · OMR {{ number_format($batch->total_net, 3) }} net
{{-- Validation Results --}} @if(!empty($validation['missing_bank_details']))These employees are missing bank details required for WPS:
{{ $validation['valid_count'] }} employees ready for WPS file generation.
Please resolve the issues above before generating the WPS file. Update employee bank details in the HR module.