{{-- Overlay Call Ended --}} @include('pages.components.cards.atendimento.overlay-chamada-desconectada') {{-- Em Atendimento Subheader --}} @include('layout.partials.subheader._subheader-v1') @php $isCallback = $_GET['isCallback']; @endphp
@if ($isCallback == "true") {{-- Atendimento Callback --}}
Ações @include($components_path.'.btn_finalChamada', ['class' => 'card-stretch gutter-b scale-anim mt-2'])
@include($components_path.'.btn_transferChamada', ['class' => 'card-stretch gutter-b scale-anim'])
@include($components_path.'.btn_finalPausando', ['class' => 'card-stretch gutter-b scale-anim'])
@include($components_path.'.filasTempoReal', ['class' => 'card-stretch gutter-b scale-anim'])
@include($components_path.'.londrina.infoCall', ['class' => 'card-stretch gutter-b scale-anim'])
@else {{-- Atendimento Agente --}}
@include($components_path.'.londrina.infoUser', ['class' => 'card-stretch gutter-b scale-anim'])
@include($components_path.'.londrina.infoCall', ['class' => 'card-stretch gutter-b scale-anim'])
Ações @include($components_path.'.btn_finalChamada', ['class' => 'card-stretch gutter-b scale-anim mt-2'])
@include($components_path.'.btn_transferChamada', ['class' => 'card-stretch gutter-b scale-anim'])
@include($components_path.'.btn_finalPausando', ['class' => 'card-stretch gutter-b scale-anim'])
@include($components_path.'.filasTempoReal', ['class' => 'card-stretch gutter-b scale-anim'])
@endif
{{-- Atendimento Agente -> Protocolos --}}
@include($components_path.'.protocolosAgent', ['class' => 'card-stretch gutter-b scale-anim'])