@include('template_parts.system.head')
{{-- Sidebar de navegação --}}
Dashboard
Credenciais
Lista de credenciais
Adicionar nova credencial
Empresas
Lista de empresas
Adicionar nova empresa
{{-- Header fixo --}} @include('template_parts.system.header') {{-- Conteúdo da página --}}
@include('template_parts.system.breadcrumbs')
@yield('page_title')
@yield('content_page')
{{-- Footer fixo --}} @include('template_parts.system.footer')
{{-- Scripts Footer --}} @include('template_parts.system.scripts_footer')