@include('layouts.header', ['title' => 'Imprensa CNM'])
@include('layouts.menu-'. auth()->user()->perfil)
@yield('content')
@include('layouts.footer')