Call made in Blacklisted Destination.

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