Salary Months

Open a month to review staff salary, advance, and payout status.

Back to Staff
@if (session('success'))
{{ session('success') }}
@endif

Financial Year

{{ $financialYear['label'] }}

Monthly Payroll

Month list, processing status, and quick access to every staff payroll sheet.

@forelse ($months as $month) @empty @endforelse
Month Status Records Action
{{ $month['month_label'] }}
{{ $month['month_key'] }}
@php $statusClass = match ($month['status']) { 'Paid' => 'bg-emerald-100 text-emerald-700 border-emerald-200', 'Partial' => 'bg-amber-100 text-amber-700 border-amber-200', 'Draft' => 'bg-sky-100 text-sky-700 border-sky-200', default => 'bg-gray-100 text-gray-700 border-gray-200', }; @endphp {{ $month['status'] }} {{ $month['paid_count'] }}/{{ $month['staff_count'] }} paid · Advance: ₹{{ number_format($month['total_advance'], 2) }}
No salary months found.