@extends('layouts.admin') @section('title', $invoice->invoice_number) @section('content')
{{ __('Customer') }}: {{ $invoice->customer->name }}
تاريخ الإصدار: {{ $invoice->issue_date->format('d/m/Y') }} | الاستحقاق: {{ $invoice->due_date?->format('d/m/Y') }}
| {{ __('Total') }} | {{ number_format((float) $invoice->total, 2) }} |
| مدفوع | {{ number_format((float) $invoice->paid, 2) }} |
| {{ __('Balance') }} | {{ number_format((float) $invoice->balance, 2) }} |
| التاريخ | المبلغ | الطريقة | المرجع |
|---|---|---|---|
| {{ $p->payment_date->format('d/m/Y') }} | {{ number_format((float) $p->amount, 2) }} | {{ $p->method_label }} | {{ $p->reference }} |
| لا توجد مدفوعات | |||