@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Store Requisition Form Edit') @section('content')
@csrf @method('PUT')
is_approved ? 'checked' : '' }} {{ !in_array(\Auth::user()->role, [1,2]) ? (\Auth::user()->approve_flag == 1 ? '' : 'disabled') : '' }}>
{{--
role == 1 ? '' : (\Auth::user()->approve_flag == 1 ? '' : 'disabled') }}>
--}}
{{--
--}}
{{-- --}} {{-- --}} {{-- --}} @php $idx = 0; @endphp @foreach($store_requisition->storeRequisitionDetail as $detail) {{-- --}} @php $idx++; @endphp @endforeach
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