@extends('crudbooster::admin_template') @section('content') @push('head') @endpush @if(CRUDBooster::getCurrentMethod() == 'getDetail') @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 @endif

Stock Transfer Details

@if(is_null($stDetails->location_id_from) || empty($stDetails->location_id_from)) @endif @if(!is_null($stDetails->approver) || !empty($stDetails->approver)) @elseif(!is_null($stDetails->rejector) || !empty($stDetails->rejector)) @endif
ST: {{ $stDetails->st_document_number }}
Received ST: {{ $stDetails->received_st_number }}
Reason: {{ $stDetails->pullout_reason }}
Approved By: {{ $stDetails->approver }} / {{ $stDetails->approved_at != null ? date('M d, Y',strtotime($stDetails->approved_at)) : "" }}
Rejected By: {{ $stDetails->rejector }} / {{ $stDetails->rejected_at != null ? date('M d, Y',strtotime($stDetails->rejected_at)) : "" }}
Transfer Date: @if(!empty($stDetails->scheduled_at)) {{ $stDetails->scheduled_at }} @else {{ $stDetails->transfer_date }} @endif
Transport By: {{ $stDetails->transport_type }} @if(!empty($stDetails->hand_carrier)) : {{ $stDetails->hand_carrier }} @endif
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