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