@extends($design . '.layouts.main') @section('title', $page_properties->title) @section('keywords', $page_properties->keyword) @section('description', $page_properties->description) @section('content')
@foreach ($products as $category)

{{ $category['name'] }}

@foreach ($category['products'] as $product) @if ($loop->index == 1) @endif @endforeach
@endforeach
@endsection @section('rewies') @endsection