Company logo

Invoice to :{{$quotedetails->account_name}}

{{$quotedetails->address}}

P: {{$quotedetails->mobile}}

E: {{$quotedetails->email}}

Sales Quote

Quote Dated {{ date('d M Y', strtotime(getUaeDateTime($quotedetails->created_at, $time_zone)) )}} Valid till {{ date('d M Y', strtotime(getUaeDateTime($quotedetails->quote_expiration, $time_zone)) )}} Invoice No {{ $quotedetails->quote_code}}
@php $i=0; @endphp @foreach($items as $item) @php $i++; @endphp @if($i % 15 == 0) @endif @endforeach
Item Description Unit Price Quantity Total
{{ $item->name }}

{{ $item->description }}

{{formatedec($item->price)}} {{ $item->quantity }} {{ formatedec($item->total) }}
Sub Total {{ formatedec($quotedetails->sub_total)}}
Tax VAT {{ formatedec($quotedetails->tax_amount) }}
Discount {{ formatedec($quotedetails->discount) }}
Total Due {{formatedec($quotedetails->total)}}