@extends("WarehouseDashboard.layouts.dashboard.app") @section("page-nav-title")

{{__('Request Items')}}

@endsection @section("content")

{{__('Request New Items')}}

@foreach($errors->all() as $error)
{{$error}}
@endforeach
@csrf
@error("form_id")
{{$message}}
@enderror
@error("order_type")
{{$message}}
@enderror

{{__('Item Code')}} {{__('Item Name')}} {{__('Unit')}} {{__('Type')}} {{__('Inventory Quantity')}} {{__('Quantity')}}
@endsection @section("scripts") @endsection