@extends('admin.layouts.container') @section('content')
@if(!is_null($category)) @endif @if(!is_null($product)) @endif


الأقسام
@foreach($allCategories as $key=>$row) @endforeach
# {{__('products.category')}} عدد الأخبار
{{$key+1}} {{categoryname($row->id)}} {{categorynews($row->id)}}
@endsection @section('inner_js') {{----}} {{----}} @endsection