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