{{-- @if($invoiceSetting->locale == 'th') @endif --}} {{--
#
--}}
BWATCHDESIGN.CO
Email: b.design.kw@hotmail.com
Tel: +965 22286696  |  Mob: +965 60622727
Kuwait - Fahad Al Salem St. Panasonic tower - 25th Floor
#
شركة بي واتش ديزاين
Email: b.design.kw@hotmail.com
Tel: +965 22286696  |  Mob: +965 60622727
الكويت - شارع فهد السالم - برج باناسونيك - الدور 25
 
 
ACCESSORIES
Invoice No : {{ $invoice->original_invoice_number }}
Client : {{ mb_ucwords($invoice?->client?->name) }}
Mobile : {{ $invoice->client->mobile }}
User : {{ $invoice->addedBy->employeeDetail->employee_id }}
Sales person : {{ $invoice->addedBy->name }}
Invoice Date : {{ $invoice->created_at->translatedFormat(company()->date_format) }}
   
@foreach ($invoice->items as $item) @endforeach
Code. Qty Product Details Unit Price Line Total
{{$item->hsn_sac_code}} {{$item->quantity}} {{strtoupper($item->item_name)}} {{currency_format($item->unit_price, $invoice->currency->id,false)}} {{currency_format($item->amount, $invoice->currency->id,false)}}
         
@if ($discount != 0 && $discount != '') @endif
Discount {{ currency_format($discount, $invoice->currency_id, false) }}
Total {{currency_format($invoice->total, $invoice->currency->id,false)}} {{user_setting()->country->currency_iso3}}
Payment Method {{ ($invoice->gateway=='master')?'MASTERCARD':strtoupper($invoice->gateway)}}
{{--
@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.

--}} {{--footer--}} @if($copy=='customer') @elseif ($copy=='self') @else @endif {{--
Invoice Date : {{ $invoice->issue_date->translatedFormat(company()->date_format) }} User :
Invoice No : {{ $invoice->original_invoice_number }} Sales person : {{ $invoice->addedBy->name }}
Client : {{ mb_ucwords($invoice?->client?->name) }} Delivery Date : {{ $invoice->due_date->translatedFormat(company()->date_format) }}
Mobile : {{ $invoice->client->mobile }}    
--}} @if($print == 1) @endif