@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Store Requisition Form Create') @section('content')
@csrf
{{--
role == 1 ? '' : (\Auth::user()->approve_flag == 1 ? '' : 'disabled') }}>
--}}
{{--
--}}
{{-- --}} {{-- --}}
ArtNoItem Quantity Unit-Price Amount AcctNo fo Expense DescriptionDeliver Date
Total : 0
Back
@endsection @section('js') @endsection