• {{ $shopWorkers->name }}
  • {{ $shopWorkers->phone }}
  • {{ $shopWorkers->national_code }}
  • {{ date('Y/m/d', strtotime($startDate)) }}
  • {{ date('Y/m/d', strtotime($endDate)) }}
  • @foreach($payments as $payment) @endforeach
    التاریخ المستلم الوصف
    {{ 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.

    @endif
  • الراتب الشهری
  • {{ priceFormat($shopWorkers->ratebs->wages) }}
  • محموع المستلم
  • {{ priceFormat($total) }}
  • الاجمالي الحساب
  • {{ priceFormat($shopWorkers->ratebs->wages - $total) }}
  • تسویة الحساب
  • @if(!empty($totalWages)) {{ priceFormat($totalWages) }} @else - @endif