@php $PesquisaSatisfacaoService = new \App\Http\Services\Accounts\Chamados\ChamadoPesquisaSatisfacaoService(); $chamadosComPesquisaPendente = $PesquisaSatisfacaoService->getChamadosComPesquisaPendente(); @endphp @if($chamadosComPesquisaPendente->count() > 0)
@endif @yield('content')