@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

Pullout Form - GIS STS

ST: {{ $header->ref_number }} From: {{ $header->location_from }}
Scheduled: {{date('M d, Y',strtotime($header->schedule_at))}} - {{$header->scheduler}} To: {{ $header->location_to }}
Transport By: {{ $header->transport_type }} @if(!empty($header->hand_carrier)) : {{ $header->hand_carrier }} @endif Reason: {{$header->pullout_reason}}
Notes: {{ $header->memo }}

Stock Transfer Items

@foreach ($items as $item) @endforeach
Jan# {{ trans('message.table.item_description') }} {{ trans('message.table.st_quantity') }}
{{$item->item_code}} {{$item->item_description}} {{$item->quantity}}
{{ trans('message.table.total_quantity') }}


@endsection @push('bottom') @endpush