@extends("layouts.user.app") @section("page-nav-title")
Control and view all Items
| #ID | Item Image | English Item name | Arabic Item name | Item price | Arabic Category name | English Category name | English Item description | Arabic Item description | Item Status |
|---|---|---|---|---|---|---|---|---|---|
| {{$item->id}} | {{$item->item_name_en}} | {{$item->item_name_ar}} | {{$item->item_price}} | {{$item->category->category_name_ar}} | {{$item->category->category_name_en}} | {{$item->item_description_en}} | {{$item->item_description_ar}} |
{{-- {{$item->allBranches->where("branch_id", 1)->first() ? $item->allBranches->where("branch_id", 1)->first()->status : ""}}--}}
|