@extends('layouts.front_layout') @section('content') @section('title', 'Catalog') @section('meta_title',App\Helpers\Helper::getSetting('default_meta_title')) @section('meta_description',App\Helpers\Helper::getSetting('default_meta_description')) @section('meta_keywords',App\Helpers\Helper::getSetting('default_meta_keywords'))

Products

{{----

All products

({{count($services)}} items)

--}}
@foreach($services as $service) @endforeach
@stop