{{-- resources/views/manager/override/quality.blade.php --}} @php // $screen is passed from controller using view([...]) @endphp {{-- =============================== CALL SUB-TABS (FULL WIDTH) =============================== --}}
@foreach($calls as $i => $call)
{{-- AUDIO --}} @if(!empty($call->audio_path)) @endif {{-- QUALITY FORM --}}
@csrf {{-- Hidden field to remember active tab --}}
{!! $screen->renderQualityAccordion([$call], $calls) !!}
@endforeach