@extends('frontpage.layouts.main') @section('content')

{{ __('product.Catalogues') }}

{{ __('product.Sort_by') }}
@include('frontpage.products.product_list')

{{ __('product.Filter_Products_By') }}

{{ __('product.Category') }}

    @foreach ($categories as $row) @if($row->parent == null)
  • @foreach ($categories as $row_child) @if($row_child->parent == $row->id)
  • @foreach ($categories as $row_child2) @if($row_child2->parent == $row_child->id)
  • @endif @endforeach @endif @endforeach @endif @endforeach

{{ __('product.Price') }}

{{ __('product.Brands') }}

    @foreach ($brands as $row)
  • @endforeach
@endsection @push('scripts') @endpush