@stack('styles')
@include('layouts.navbar')
@include('layouts.sidebar')
@yield('header')
@yield('breadcrumb')
@yield('content')
@stack('scripts')