Invoice to
@if(isset($service)) Name : {{ $service->owner_name}}
Phone : {{ $service->owner_ph}}
Address :{{ $service->owner_address}}
@else
{{ $invoice->cst}}
@endif
{{ $invoice->tid }}
{{$invoice->invoicedate }}
Vehicle Information
Model | Chassic No | Year | License No | Kilometer | |||||
---|---|---|---|---|---|---|---|---|---|
{{$service->car_model}} | {{$service->car_chassic}} | {{$service->car_year}} | {{$service->car_number}} | {{$service->car_klo}} | @else{{$invoice->car_model}} | {{$invoice->car_chassic}} | {{$invoice->car_year}} | {{$invoice->car_number}} | {{$invoice->car_klo}} | @endif
{{trans('No')}} | {{trans('Description')}} | {{trans('Quantity')}} | {{trans('Unit Price')}} | {{trans('Discount')}} | {{trans('Amount')}} ({{config('currency.symbol')}}) |
---|---|---|---|---|---|
{{$key+1}} | {{$value->product_name}} | {{$value->product_qty}} | @if($value->product_price>0) {{$value->product_price}} @else FOC @endif | {{$value->product_discount}} | $ {{$value->product_qty * $value->product_price }} |
Total($) | {{number_format($invoice->total)}} |
Service Done By | @if(isset($service)) {{ $service->mechanic_name}} @endif | (____________________) | |||
Supervise By | Ko Tint Zayar Kyaw | (____________________) | Customer By | (____________________) |