@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) Sort by: Featured Featured Best Selling Alphabetically, A-Z Alphabetically, Z-A Sorting --}} @foreach($services as $service) {{$service->title}} @endforeach Sorting By Sort by: Featured Featured Best Selling Alphabetically, A-Z Alphabetically, Z-A Price, low to high Price, high to low Date, old to new Date, new to old @stop
({{count($services)}} items)