PRONDL
@if ($invoice['movement_type'] == 'sales_advance_payment') Description @elseif ($invoice['movement_type'] == 'notice_credit') Account @else Item @endif | Price |
@if (isset($account['name']['ar'])) {{ $account['name']['ar'] }} @elseif (isset($account['name']['en'])) {{ $account['name']['en'] }} @else {{ $account['name'] }} @endif | {{ $invoice['account'][$index]['pivot']['total'] }} |
{{ $payment['description'] }} | {{ $payment['price'] }} |
{{ $product['name'] }} | {{ $invoice['product'][$index]['pivot']['total'] }} |
{{ $service['name'] }} | {{ $invoice['service'][$index]['pivot']['total'] }} |
@lang('dashboard_invoices.total') | ${{ $invoice['invoice_total'] }} |
@lang('dashboard_sales_expenses.paid_amount') | ${{ $invoice['paid'] }} |