@yield('styles')
@include('partials.header') @include('partials.sideBar')
@yield('main')
@include('partials.footer')
@yield('scripts')