@yield('styles') @hook('app:styles')
@include('partials.navbar')
@include('partials.sidebar.main')
@yield('content')
@yield('scripts') @hook('app:scripts')