{{ __('customer.title')}}:
{{$repair->name }}
{{($repair->customerData ? $repair->customerData->company : '') }}
{{($repair->customerData ? $repair->customerData->address : '') }}
{{($repair->customerData ? $repair->customerData->city : '') }} {{($repair->customerData ? $repair->customerData->postal_code : '') }}
{{$repair->customerData ? $repair->customerData->telephone : '' }}
{{ __('repair.invoice_n')}} {{str_pad($repair->id, 4, '0', STR_PAD_LEFT) }}
{{ __('repair.date_opening')}}: {{ date_format(date_create($repair->created_at),"Y/m/d") }}
{{ __('repair.reparation_title').': '.$repair->defect.' '.$repair->model_name }}
| # | {{ __('repair_item.name')}} | {{ __('repair_item.price')}} | {{ __('repair_item.qty')}} | {{ __('repair_item.subtotal')}} |
|---|---|---|---|---|
| {{str_pad($a, 2, '0', STR_PAD_LEFT) }} |
{{ $item->product_name }} |
{{ formatMoney($item->unit_price, 2)}} | {{ number_format($item->quantity, 1)}} | {{ formatMoney($item->subtotal, 2)}} |
| {{str_pad(1, 2, '0', STR_PAD_LEFT) }} |
{{__('repair.no_items_used')}} |
{{formatMoney(0.00)}} | 0 | {{formatMoney(0.00)}} |
| {{ __('repair.subtotal')}} | {{ formatMoney($price_without_tax, 2)}} | |||
| {{ __('repair.service_charges')}} | {{ formatMoney($repair->service_charges, 2) }} | |||
| {{ __('tax.name')}} {{ $tax }} | {{ formatMoney($tax, 2)}} | |||
| {{ __('repair.total')}} | {{ formatMoney($total, 2)}} | |||
| {{ __('repair.paid')}} | {{ formatMoney($paid, 2)}} | |||
| {{ __('repair.payable') }} | {{ formatMoney($total - $paid, 2) }} | |||
{{ clean(config('config.disclaimer')) }}