@yield('page_stylesheets') @yield('extra_stylesheets') @include('global.header') @include($user->role . '.sidebar') @section('content')
@yield('profile_bar')
@yield('action_buttons')

@yield('title')

@yield('sub_title')

@show
@yield('modals') @yield('page_scripts') @yield('extra_scripts')