@lang('lang_v1.location_from'):
{{ $location_details['sell']->name }} @if(!empty($location_details['sell']->landmark))
{!! $location_details['sell']->landmark !!} @endif @if(!empty($location_details['sell']->city) || !empty($location_details['sell']->state) || !empty($location_details['sell']->country))
{{implode(',', array_filter([$location_details['sell']->city, $location_details['sell']->state, $location_details['sell']->country]))}} @endif @if(!empty($sell_transfer->contact->tax_number))
GSTIN: {{$sell_transfer->contact->tax_number}} @endif @if(!empty($location_details['sell']->custom_field2))
GSTIN: {{$location_details['sell']->custom_field2}} @endif @if(!empty($location_details['sell']->mobile))
@lang('contact.mobile'): {{$location_details['sell']->mobile}} @endif @if(!empty($location_details['sell']->email))
Email: {{$location_details['sell']->email}} @endif
@lang('lang_v1.location_to'):
{{ $location_details['purchase']->name }} @if(!empty($location_details['purchase']->landmark))
{{$location_details['purchase']->landmark}} @endif @if(!empty($location_details['purchase']->city) || !empty($location_details['purchase']->state) || !empty($location_details['purchase']->country))
{{implode(',', array_filter([$location_details['purchase']->city, $location_details['purchase']->state, $location_details['purchase']->country]))}} @endif @if(!empty($sell_transfer->contact->tax_number))
@lang('contact.tax_no'): {{$sell_transfer->contact->tax_number}} @endif @if(!empty($location_details['purchase']->custom_field2))
GSTIN: {{$location_details['purchase']->custom_field2}} @endif @if(!empty($location_details['purchase']->mobile))
@lang('contact.mobile'): {{$location_details['purchase']->mobile}} @endif @if(!empty($location_details['purchase']->email))
Email: {{$location_details['purchase']->email}} @endif
@lang('purchase.ref_no'): #{{ $sell_transfer->ref_no }}
@lang('messages.date'): {{ @format_date($sell_transfer->transaction_date) }}

@php $total = 0.00; @endphp @foreach($sell_transfer->sell_lines as $sell_lines) @php $total += ($sell_lines->unit_price_inc_tax * $sell_lines->quantity); @endphp @endforeach
# @lang('sale.product') HSN Code MRP Basic Price Tax Rate Cost Price @lang('sale.qty') Subtotal
{{ $loop->iteration }} {{ $sell_lines->product->name }} @if( $sell_lines->product->type == 'variable') - {{ $sell_lines->variations->product_variation->name}} - {{ $sell_lines->variations->name}} @endif - {{ $sell_lines->variations->sub_sku}} @if($lot_n_exp_enabled && !empty($sell_lines->lot_details))
@lang('lang_v1.lot_n_expiry'): @if(!empty($sell_lines->lot_details->lot_number)) {{$sell_lines->lot_details->lot_number}} @endif @if(!empty($sell_lines->lot_details->exp_date)) - {{@format_date($sell_lines->lot_details->exp_date)}} @endif @endif
{{ $sell_lines->product->hsn_code }} {{ $sell_lines->variations->product_mrp }} {{ $sell_lines->unit_price }} {{ $sell_lines->quantity * $sell_lines->item_tax }}
@if($sell_lines->product->product_tax) ( {{ $sell_lines->product->product_tax->name }} ) @endif
{{ $sell_lines->unit_price_inc_tax }} {{ @format_quantity($sell_lines->quantity) }} {{$sell_lines->product->unit->short_name ?? ""}} {{ $sell_lines->unit_price_inc_tax * $sell_lines->quantity }}

@if(!empty($line_taxes)) @endif @if(!empty($total_tax)) @endif
@lang('Total Basic Amount'): {{ $total-$total_tax }}
{{ __('lang_v1.line_taxes') }}: @if(!empty($line_taxes)) @foreach($line_taxes as $k => $v) {{$k}}
@endforeach @endif
@if(!empty($line_taxes)) @foreach($line_taxes as $k => $v) {{ $v }}
@endforeach @else 0.00 @endif
Total Tax {{ $total_tax }}
@lang('purchase.additional_shipping_charges'): (+) {{ $sell_transfer->shipping_charges }}
@lang('purchase.net_total_amount'): {{ $sell_transfer->final_total }}
@lang('purchase.additional_notes'):

@if($sell_transfer->additional_notes) {{ $sell_transfer->additional_notes }} @else -- @endif

{{-- Barcode --}}