@include('layouts.header')
@include('layouts.sidebar')
@include('layouts.navbar')

{{ $title }}

@yield('content')
@include('layouts.footer')