@extends('front.layouts.app') @section('content') @include('front.common.breadcrumb')

{!! __('Products Gallery') !!}

@if(count($products)>0) @include('front.common.our-products')
@else
{!! __('No record found.') !!}
@endif @if(count($products)>0) {{$products->links()}} @endif
@include('front.common.model')
@endsection