@include('layouts.topbar')
@include('layouts.sidebar')
@include('layouts.alert') @yield('content')
@include('layouts.footer')