@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'])
Date Range: {{ $start_at->format('m/d/Y') }} - {{ $end_at->format('m/d/Y') }}
@stop