@extends('template.master') @section('page_styles') {{--CUSTOM STYLES HERE--}} @stop @section('content')
@include('call_rails.filter', ['_title' => 'Dashboard'])
@if (empty($data)) @include('no_data', [ 'nd_title' => 'No Available CallRail Data', 'nd_subtitle' => 'Please contact our team for further assistance.' ]) @else
{{----}} {{----}}
@foreach($_overview_data as $_od_title => $_od)

{{$_od}}


{{$_od_title}}
@endforeach
{{----}} {{----}}


@endif
@stop @section('page_modals') @stop @section('page_scripts') {{-- --}} @include('call_rails.calljs') @stop