@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)
@endforeach
{{----}}
{{----}}
@endif