@lang('lang_v1.stock_transfer_details') (@lang('purchase.ref_no'): #{{ $sell_transfer->ref_no }})

@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))
@lang('contact.tax_no'): {{ $sell_transfer->contact->tax_number }} @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']->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) }}
@lang('sale.status'): {{ $statuses[$sell_transfer->status] ?? '' }}

@if($image_view) @endif @php $total = 0.00; @endphp @foreach ($sell_transfer->sell_lines as $sell_lines) @if($image_view) @endif @php $total += ($sell_lines->unit_price_inc_tax * $sell_lines->quantity); @endphp @endforeach
#{{ __('lang_v1.product_image') }} @lang('sale.product') @lang('sale.qty') @lang('sale.subtotal')
{{ $loop->iteration }} @if(!empty($sell_lines->product->image)) {{ $sell_lines->product->name ?? 'Product' }} @else Default Product @endif {{ $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
{{ @format_quantity($sell_lines->quantity) }} @if (!empty($sell_lines->sub_unit)) {{ $sell_lines->sub_unit->short_name }} @else {{ $sell_lines->product->unit->short_name }} @endif {{ $sell_lines->unit_price_inc_tax * $sell_lines->quantity }}

@if (!empty($sell_transfer->shipping_charges)) @endif
@lang('purchase.net_total_amount'): {{ $total }}
@lang('purchase.additional_shipping_charges'): (+) {{ $sell_transfer->shipping_charges }}
@lang('purchase.purchase_total'): {{ $sell_transfer->final_total }}
@lang('purchase.additional_notes'):

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

{{ __('lang_v1.activities') }}:
@includeIf('activity_log.activities', ['activity_type' => 'sell'])