@if ($quotation->customer_id)
| {{ trans('customers.menu') }} |
{{ $quotation->first_name }} {{ $quotation->last_name }} |
@endif
@if ($quotation->tel)
| {{ trans('customers.tel') }} |
{{ $quotation->tel }} |
@endif
@if ($quotation->address)
| {{ trans('customers.address') }} |
{{ $quotation->address }} |
@endif
| {{ trans('quotations.quot_no') }} |
{{ convertInvoiceNumber($quotation->id) }} |
| {{ trans('invoices.status') }} |
{{ quot_status($quotation->status) }} |
| {{ trans('quotations.date') }} |
{{ $quotation->created_at }} |