@if (Route::currentRouteName() == 'paginas.slug') @elseif (Route::currentRouteName() == 'paginas.boletim-meteorologico.show' && isset($boletim)) {{-- Meta Tags Open Graph para Boletim Meteorológico --}} {{-- Twitter Card --}} @elseif (!str_contains(Route::currentRouteName(), 'boletim-meteorologico')) {{-- Meta tags genéricas (não aplicar em boletim meteorológico) --}} @endif {{-- Bootstrap CSS (via npm - copiado pelo Vite durante o build) --}} {{-- FontAwesome CSS (via npm - copiado pelo Vite durante o build) --}} @if (Route::currentRouteName() == 'pages.fibromialgia.cadastroPaciente') @endif @stack('head')