Expensive Calls (Max. Cost {{$settings['Cost']}})

@foreach($call_cost as $call) @endforeach
Customer Name Connect Time Disconnect Time CLI CLD Call Duration Cost
{{\App\Lib\Account::getAccountName($call['AccountID'])}} {{$call['connect_time']}} {{$call['disconnect_time']}} {{$call['cli']}} {{$call['cld']}} {{$call['billed_duration']}} {{$call['cost']}}
@if(count($vcall_cost)) @foreach($vcall_cost as $call) @endforeach
Vendor Name Connect Time Disconnect Time CLI CLD Call Duration Cost
{{\App\Lib\Account::getAccountName($call['AccountID'])}} {{$call['connect_time']}} {{$call['disconnect_time']}} {{$call['cli']}} {{$call['cld']}} {{$call['billed_duration']}} {{$call['buying_cost']}}
@endif