@extends('backend.app') @section('title') الأصناف | {{$item->name}} @stop @section('content')
{{$item->name}}
الاسم {{$item->name}}
عدد المنتجات {{$item->products()->count()}}
@if($item->products()->count()) @foreach($item->products as $key=>$pro) @endforeach @else @endif
المنتجات تحت هذا الصنف
{{$pro->name}}
لا يوجد منتجات
@stop