@extends('layouts.admin') @section('heading', $staff->name . ' — Salary') @section('subheading', 'Set pay structure and record payments.') @section('actions') ← Back to salary list @endsection @section('content') @if (session('status'))
Pay structure
Record a payment
Total paid: ₹{{ number_format($totalPaid, 0) }}
| Date | Notes | Amount | Actions |
|---|---|---|---|
| {{ $payment->paid_on->format('d M Y') }} | {{ $payment->notes ?? '—' }} | ₹{{ number_format($payment->amount, 0) }} | |
| No payments recorded yet. | |||