@include('shared.styles')
@include('partials.sidebar')
@include('partials.header')
@yield('content')
@include('partials.footer')
@include('shared.scripts')