@extends('public_layouts.layout') @section('title', $current_layer->name.'-'.__('messages.product')) @section('description', '') @section('seo') @section('content')
{{__('messages.product')}} Banner

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

@if(count($products) > 0) @foreach($products as $product)
@if(isset($product->image[0]))
{{$product->title}}-{{$setting['brand_name']}} {{$product->title}}-{{$setting['brand_name']}}
@else
{{$product->title}}-{{$setting['brand_name']}} {{$product->title}}-{{$setting['brand_name']}}
@endif
@endforeach @else

{{__('messages.no_product')}}

@endif
@if($pagination->lastPage() > 1) @endif
@endsection