@extends('home.layouts.index') @section('title') دسته بندی محصولات @endsection @section('description') @endsection @section('keywords') @endsection @section('style') @endsection @section('script') @endsection @section('content')

دسته‌بندی‌ها

@foreach($categories as $item) @endforeach
{{ $categories->render() }}
@endsection