@lang('Bulk return details') (@lang('purchase.ref_no'): #{{ $stock_adjustment->ref_no }})

@lang('messages.date'): {{ @format_date($stock_adjustment->transaction_date) }}

@lang('business.business'):
{{ $stock_adjustment->business->name }} {{ $stock_adjustment->location->name }} @if (!empty($stock_adjustment->location->landmark))
{{ $stock_adjustment->location->landmark }} @endif @if (!empty($stock_adjustment->location->city) || !empty($stock_adjustment->location->state) || !empty($stock_adjustment->location->country))
{{ implode(',', array_filter([$stock_adjustment->location->city, $stock_adjustment->location->state, $stock_adjustment->location->country])) }} @endif @if (!empty($stock_adjustment->location->mobile))
@lang('contact.mobile'): {{ $stock_adjustment->location->mobile }} @endif @if (!empty($stock_adjustment->location->email))
@lang('business.email'): {{ $stock_adjustment->location->email }} @endif
@lang('purchase.ref_no'): #{{ $stock_adjustment->ref_no }}
@lang('messages.date'): {{ @format_date($stock_adjustment->transaction_date) }}
@lang('Customer'): {{ $customer->supplier_business_name }}
{{-- @lang('stock_adjustment.reason_for_stock_adjustment'): {{ $stock_adjustment->additional_notes }}
--}}
{{-- @if (!empty($lot_n_exp_enabled)) @endif --}} @foreach ($stock_adjustment->stock_adjustment_lines as $stock_adjustment_line) {{-- @if (!empty($lot_n_exp_enabled)) @endif --}} @endforeach
@lang('sale.product'){{ __('lang_v1.lot_n_expiry') }}Return Quantity Replace Quantity @lang('sale.unit_price') Line Total Return Line Total Replace
{{ $stock_adjustment_line->variation->full_name }} {{ $stock_adjustment_line->lot_details->lot_number ?? '--' }} @if (session()->get('business.enable_product_expiry') == 1 && !empty($stock_adjustment_line->lot_details->exp_date)) ({{ @format_date($stock_adjustment_line->lot_details->exp_date) }}) @endif {{ @format_quantity($stock_adjustment_line->bulk_return_quantity) }} {{ @format_quantity($stock_adjustment_line->quantity) }} {{ @num_format($stock_adjustment_line->unit_price) }} {{ @num_format($stock_adjustment_line->unit_price * $stock_adjustment_line->bulk_return_quantity) }} {{ @num_format($stock_adjustment_line->unit_price * $stock_adjustment_line->quantity) }}
@lang('Total Return'): {{ ($stock_adjustment->final_total + $stock_adjustment->bulk_return_payment_amount) }}
@lang('Total Replace'): {{ $stock_adjustment->final_total }}
@lang('Total Refund'): {{ $stock_adjustment->bulk_return_payment_amount }}
{{ __('lang_v1.activities') }}:
@includeIf('activity_log.activities')