@extends('templates.master') @section('page-title', isset($page_title) ? $page_title : 'Service Searches Monthly') @section('breadcrumbs') {!! App\Helpers\Breadcrumbs::generate([ 'Analytics' => null, 'Services' => null, 'Monthly' => null ]); !!} @stop @section('content') @include('includes.date_form', ['label' => 'Month Of'])