{{__("number")}} : {{$voucher->number}}
{{__("date")}} : {{$voucher->date}}
{{__("classification")}} : {{$voucher->classification}}
{{__("client-name")}} : {{$voucher->client_name}}
{{__("representative-name")}} : {{$voucher->representative_name}}
{{__("purchase-order-number")}} : {{$voucher->purchase_order_number}}
{{__("store")}} : {{$voucher->store}}
@if(app()->getLocale() == 'en') @else @endif @if(app()->getLocale() == 'en') @foreach($items as $item) @endforeach @else @foreach($items as $item) @endforeach @endif
# {{__("item")}} {{__("quantity")}} {{__("unit")}} {{__("unit-price")}} {{__("total")}} {{__("notes")}} {{__("images")}}{{__("images")}} {{__("notes")}} {{__("total")}} {{__("unit-price")}} {{__("unit")}} {{__("quantity")}} {{__("item")}} #
{{$serial_number++}} {{$item->item_name}} {{$item->entered_quantity}} {{$item->item_unit}} {{$item->price}} {{__('sar')}} {{$item->entered_quantity * $item->price}} {{$item->notes}} @if($item->images != null) @foreach($item->images as $image) @endforeach @endif
@if($item->images != null) @foreach($item->images as $image) @endforeach @endif {{$item->notes}} {{$item->price}} {{__('sar')}} {{$item->item_unit}} {{$item->entered_quantity}} {{$item->item_name}} {{$serial_number++}}
{{ __("total-amount") }} : {{ $voucher->total_price_before }}
{{__("total-qty")}} : {{$voucher->total_qty}}
{{__("notes")}} : {{$voucher->notes}}
{{ __('Total Price After Add Tax Value') }} ({{ $voucher->vat }}) : {{ $voucher->total_price }}

{{__("attachment-files")}}

@foreach($files as $file) {{$file->file_name}} @endforeach