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