{{-- 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 --}}
@include($components_path . '.default.infoCall', [ 'class' => 'card-stretch gutter-b scale-anim', ])
@include($components_path . '.protocolosAgent', [ 'class' => 'card-stretch gutter-b scale-anim', ])
@include($components_path . '.filasTempoReal', [ 'class' => 'card-stretch gutter-b scale-anim', ])
@else {{-- Atendimento Inbound --}}
@include($components_path . '.default.infoCall', [ 'class' => 'card-stretch gutter-b scale-anim', ])
@include($components_path . '.protocolosAgent', [ 'class' => 'card-stretch gutter-b scale-anim', ])
@include($components_path . '.filasTempoReal', [ 'class' => 'card-stretch gutter-b scale-anim', ])
Ações
@include($components_path . '.btn_finalChamada', [ 'class' => 'card-stretch gutter-b scale-anim', ])
@include($components_path . '.btn_finalPausando', [ 'class' => 'card-stretch gutter-b scale-anim', ])
@include($components_path . '.btn_transferChamada', [ 'class' => 'card-stretch gutter-b scale-anim', ])
@include($components_path . '.btn_transferChamadaCegas', [ 'class' => 'card-stretch gutter-b scale-anim', ])
{{--
@include($components_path . '.filasTempoReal', [ 'class' => 'card-stretch gutter-b scale-anim', ])
--}} {{-- Atendimento Agente -> Protocolos --}} {{--
@include($components_path . '.protocolosAgent', [ 'class' => 'card-stretch gutter-b scale-anim', ])
--}} @endif
Ações
@include($components_path . '.btn_finalChamada', [ 'class' => 'card-stretch gutter-b scale-anim', ])
@include($components_path . '.btn_finalPausando', [ 'class' => 'card-stretch gutter-b scale-anim', ])
@include($components_path . '.btn_transferChamada', [ 'class' => 'card-stretch gutter-b scale-anim', ])
@include($components_path . '.btn_transferChamadaCegas', [ 'class' => 'card-stretch gutter-b scale-anim', ])