@yield('css')
{{ config('app.name') }}
Action
Another action
Something else here
@include('includes.panel.userOptions')
@include('includes.panel.menu')
Dashboard
{{ auth()->user()->name }}
@include('includes.panel.userOptions')
@yield('content') @include('includes.panel.footer')
@yield('js')