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

Items

Control and view all Items

@endsection @section("content") @include("layouts.main-parts.page-message")
{{ csrf_field() }}
@foreach($items as $item) @endforeach
#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 : ""}}--}}
@if(!isset($search)) {{ $items->links() }} @endif
@endsection @section("scripts") @endsection