{{-- =============================== CALL SUB-TABS (FULL WIDTH) =============================== --}}
@foreach($calls as $i => $call)
@if(!empty($call->audio_path)) @endif
@csrf
{!! $screen->renderAccessAccordion([$call], $calls) !!}
@endforeach