@yield('style')
@include('layout.navbar') @include('layout.sidebar')
@yield('header')
@yield('content')
@include('layout.footer')
@yield('script')