@extends('admin.layout.master') @section('title', "قائمة الاصناف") @section('content')

قائمة اصناف {{$place->name}}

@include('admin.layout.message')

قائمة اصناف {{$place->name}}

@foreach($rows as $row) @endforeach
# الإسم الصورة التصنيف السعر التحكم
{{$i}} {{$row->name}} {{$row->category->name}} {{$row->price}}
@stop