@extends('User.layouts.layout')
@section('breadcrumb',__('messages.Products'))
@section('left_image',$setting['product_image'])
@section('contents')
@if (count($Products))
{{ $SEO['products']['title_'.lang()]['value'] }}
@foreach ($Products->chunk(3) as $ProductsItems)
@foreach ($ProductsItems as $Product)
@endforeach
@endforeach
@endif
@endsection
@section('SEO')
{{ $SEO['products']['title_'.lang()]['value'] }}
@endsection