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