@extends('master.front') @section('meta') @endsection @section('title') {{ __('Products') }} @endsection @section('content')
{{-- {{ __('Showing') }}: --}} {{-- 1 - {{ $setting->view_product }} {{ __('items') }} --}} {{-- {{ __('Showing') }}:1 - {{ $setting->view_product }} {{ __('items') }} --}}
@include('front.catalog.catalog')
{{-- --}}
@endsection