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

{{__('Forms')}}

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

{{__('Edit Form')}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("name")
{{$message}}
@enderror
@error("branch_id")
{{$message}}
@enderror

{{__('Select Items')}}

@foreach($Forms["formItems"] as $item)
{{__('Item Code')}} {{__('Item Name')}} {{__('Category name')}} {{__('Type')}} {{__('Unit')}} {{__('Status')}} {{__('وحدة الطلب')}} {{__('Max Value')}}
{{$item->item_code}} {{$item->name_ar}} @if(!is_null($item->category)){{$item->category->name_ar}} @endif @if($item->Type == 1) {{__('Warehouse')}} @elseif($item->Type == 2) {{__('Operator')}} @endif