@extends('crudbooster::admin_template') @section('content') @push('head') @endpush @if(g('return_url'))

  {{trans("crudbooster.form_back_to_list",['module'=>CRUDBooster::getCurrentModule()->name])}}

@else

  {{trans("crudbooster.form_back_to_list",['module'=>CRUDBooster::getCurrentModule()->name])}}

@endif

Confirm Stock Transfer

ST: {{ $stDetails->st_document_number }}
Transport By: {{ $stDetails->transport_type }} @if(!empty($stDetails->hand_carrier)) : {{ $stDetails->hand_carrier }} @endif
Reason: {{ $stDetails->pullout_reason }}
From: {{ $transfer_from->bea_so_store_name }}
To: {{ $transfer_to->bea_so_store_name }}

Stock Transfer Items

@if(is_null($stDetails->location_id_from) || empty($stDetails->location_id_from)) @endif @if(is_null($stDetails->location_id_from) || empty($stDetails->location_id_from)) @endif @foreach ($items as $item) @if(is_null($stDetails->location_id_from) || empty($stDetails->location_id_from)) @endif @if(is_null($stDetails->location_id_from) || empty($stDetails->location_id_from)) @endif @endforeach @if(is_null($stDetails->location_id_from) || empty($stDetails->location_id_from)) @else @endif
{{ trans('message.table.digits_code') }}{{ trans('message.table.upc_code') }}{{ trans('message.table.item_description') }} {{ trans('message.table.st_quantity') }}{{ trans('message.table.st_serial_numbers') }}
{{$item['digits_code']}} {{$item['upc_code']}} {{$item['item_description']}} {{$item['st_quantity']}} @foreach ($item['st_serial_numbers'] as $serial) {{$serial}}
@endforeach
{{ trans('message.table.total_quantity') }}
{{ trans('message.table.total_quantity') }}

Note:

{{ $stDetails->memo }}

@endsection @push('bottom') @endpush