| التاریخ | المستلم | الوصف |
|---|---|---|
| {{ date('Y/m/d', strtotime($payment->created_at)) }} | {{ number_format($payment->mostalem, 3) }} | {{ $payment->note }} |
|
@if(!empty($wages))
In summary, the total remuneration for {{ $numberOfDays }} working days amounts to {{ number_format($shopWorkers->ratebs->wages, 3) }} KD. The total amount withdrawn is {{ number_format($total, 3) }} KD, with the remaining account balance as follows: {{ number_format($wages, 3) }} KD. This amount has been fully settled. |
|
|
|
|