@extends('site.layout.master') @section('content')
الأقسام
الأقسام
{{--

هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص--}} {{--
--}} {{-- من مولد النص العربى

--}}
  • الكل
  • @foreach($categories as $category)
  • {{$category->title}}
  • @endforeach
@foreach($categories as $category) @foreach( $category->products()->get() as $row)
@include('site.products.product_box')
@endforeach @endforeach {{--
{{$categories->links()}}
--}}
@endsection