@extends(!in_array(\Auth::user()->role, [10, 15]) ? '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 Unit-Price Amount AcctNo fo Expense DescriptionDeliver Date
{{ @$detail->stock->description }}
{{ $detail->stock ? @$detail->stock->deliveryUnit->description : ''}}
({{ @$detail->coa->account_no }}) {{ @$detail->coa->description }}
{{$detail->remark ?? '-'}}
Total : 0
Back
@endsection @section('js') @endsection