@extends('dashboard.body.main') @section('container')
{{-- Alert: Validation Errors --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Pay All Salaries (Bulk Payment)

{{-- Information Alert --}}
Heads up! This will check all employees. If they haven't been paid for the selected month, a payment record will be created. Any approved Advance Salaries for that month will be automatically deducted.
@csrf
{{-- Month Selection --}}
{{-- Year Selection --}}
{{-- Actions --}}
Cancel
@endsection