@extends(!in_array(\Auth::user()->role, [10, 15]) ? 'layout' : 'layoutfrontdesk') @section('title', 'Transfer Stock Create') @section('content')
@csrf
@if ($type == 2) @endif
{{--
role == 1 ? '' : (\Auth::user()->approve_flag == 1 ? '' : 'disabled') }}>
--}}
@if ($type == 2) @endif
{{--
--}}
{{-- --}} {{-- --}} {{-- --}} @if ($type == 2) @php $idx = 0; @endphp @foreach($store_requisition->storeRequisitionDetail as $detail) @php $idx++; @endphp @endforeach @endif @if ($type == 1) @endif
ArtNoItem Quantity D-Unit D-ContentAcctNo fo ExpenseDescriptionDeliver Date
{{ @$detail->stock->description }}
{{ ribuanDuaAngkaBelakangKomaIndoFilter(@$detail->qty) }}
{{ @$detail->stock->deliveryUnit->description }} {{@$detail->stock->content_delivery_unit ? ribuanDuaAngkaBelakangKomaIndo(@$detail->stock->content_delivery_unit) : ''}}
{{$detail->remark ?? '-'}}
Back
@endsection @section('js') @endsection