@if($invoiceSetting->locale == 'th') @endif
#
 
 
@if($invoice->is_reservice) SERVICED @endif
Invoice Date : {{ $invoice->issue_date->translatedFormat(company()->date_format) }}
Invoice No : {{ $invoice->original_invoice_number }}
Client : {{ strtoupper($invoice?->client?->name) }}
Mobile : {{ $invoice->client->mobile }}
User :
Sales person : {{ $invoice->addedBy->name }}
Delivery Date : {{ $invoice->due_date->translatedFormat(company()->date_format) }}
   
{{-- --}} @foreach ($invoice->items as $item) @endforeach {{-- --}} @if ($discount != 0 && $discount != '') @endif
Serial No. Size Product Details Line Total
Serial No. Size Product Details Line Total
{{$invoice->serial_id}} {{$invoice->size->name}} {{strtoupper($invoice->brand->name)}}  {{strtoupper($invoice->brand_model->model_name)}}  {{strtoupper($invoice->bracelet->name)}}  
{{strtoupper($item->item_name)}} {{currency_format($item->amount, $invoice->currency->id,false)}}
       
       
       
Sub Total {{$invoice->sub_total}} KWD
Discount {{ currency_format($discount, $invoice->currency_id, false) }}
Total {{currency_format($invoice->total, $invoice->currency->id,false)}} KWD
Payment Method KNET
@php $img_url='user-uploads/app-logo/'; @endphp {{-- --}} {{-- --}} {{-- --}} {{--
--}}
@lang('PLEASE NOTE')

یرجى العلم بأن الشركة غیر مسؤولة عن الزلوغ و الخدوش المذكورة بالساعة وكذلك في حال وجود ستیكر على الساعة

The company is not responsible for the above mentioned scratches, stains or dirts on the watch, same applies if there is sticker present.

Notes : {{$invoice->note}}

{{--footer--}} @if($copy=='customer') @elseif ($copy=='self') @endif @if($print == 1) @endif