@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 ($product['id'] != 616 && $product['discount'] != 0) -{{ $product['discount'] }}% @endif
{{ $product['desc'] }}
@endforeach
@endforeach
@section('testimonial')
{!!__('text.testimonials_author_t_1')!!}
{{__('text.testimonials_t_1')}}
{!!__('text.testimonials_author_t_7')!!}
{{__('text.testimonials_t_7')}}
{!!__('text.testimonials_author_t_13')!!}
{{__('text.testimonials_t_13')}}
{!!__('text.testimonials_author_t_17')!!}
{{__('text.testimonials_t_17')}}
@endsection @endsection