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

{{__('Request Items')}}

@endsection @section("content") @include("layouts.main-parts.page-message")

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

@foreach($errors->all() as $error)
{{$error}}
@endforeach @if(has_branch() && isset(Auth::user()->branch_manger->branches->form))
Auth::user()->branch_manger->branches->form->id])}}>
{{--
--}} @csrf
@error("order_type")
{{$message}}
@enderror

@if(isset($items) && $items != null) @foreach( $items as $item) @if($item->min!=0) @endif @endforeach @endif
{{__('Item Code')}} {{__('Item Name')}} {{__('Unit')}} {{__('request-unit')}} {{__('Inventory Quantity')}} {{__('Quantity')}}
{{$item->warehous->item_code}} {{$item->warehous->name_ar}} {{$item->warehous->unit_name}} {{$item->min}}
@else @endif
@endsection @section("scripts") @endsection