@if (!empty($calls))
@foreach (collect($calls)->chunk(2) as $row)
@foreach ($row as $index => $call) @endforeach
@endforeach
@endif