@extends('template.master') @section('page_styles') {{--CUSTOM STYLES HERE--}} @stop @section('content')
@include('call_rails.filter', ['_title' => 'Call Source'])
{{--table--}}

Call by Source

@if(isset($data->grouped_results)) @foreach ($data->grouped_results as $call) @endforeach @endif
Source Total calls Unique callers Average Duration
{{$call->key}} {{$call->total_calls}} {{$call->first_time_callers}} {{$call->formatted_average_duration}}
@stop @section('page_modals') @stop @section('page_scripts') {{-- --}} @include('call_rails.calljs') @stop