| تفاصيل العملية | |
|---|---|
| إلى السيد / السادة: | {{ $invoice->financial_accounts_data->name }} |
| بواسطة الموظف: | {{ $invoice->user->name }} |
| طريقة الدفع | المبلغ المستلم |
|---|---|
| @if ($invoice->type == 'Cash') ✔ كاش @elseif ($invoice->type == 'Bank_transfer') ✔ تحويل بنكي @else ✔ شبكة @endif |
{{ number_format($invoice->recive_amount, 2) }}
ريال سعودي
|