| Staff Name | Status | --}}Actions | |
|---|---|---|---|
| {{ $staff->name }} | {{ $staff->user?->email ?? '-' }} | {{--Active | --}}
{{-- View Detail Button --}}
{{-- Increased from w-4 h-4 to w-5 h-5 for better visibility --}}
{{-- Delete Button --}}
@if (auth()->user()->isCompanyAdmin())
@endif
|
| Staff Name | Emp ID | Date | Amount | Notes |
|---|---|---|---|---|
| {{ $advance->staff?->name ?? '-' }} | {{ $advance->staff?->employee_id ?? '-' }} | {{ \Carbon\Carbon::parse($advance->advance_date)->format('d M Y') }} | ₹{{ number_format($advance->amount, 2) }} | {{ $advance->notes ?: '—' }} |
| No advances recorded yet. | ||||
| Staff | Month | Status | Action |
|---|---|---|---|
| No salary data for selected month. | |||
|
ID:
|
|||
| User Name | |
|---|---|
| Total Payable | Rs. |
| Advance | |
| Net Payable | Rs. |
| Date | Amount |
|---|---|
| No advances in this month. | |
| Rs. | |
| Total | Rs. |