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