@yield('css')
@include('partials.pageHeaderTop') @include('partials.headerMenu')
@yield('pageTitle')
@yield('breadcrumb', '
Tela Inicial
')
@include('errors.lista') @include('flash::message') @yield('content')
@include('partials.javascriptCommon') @yield('javascript')