@include('admin.layout.header') @include('admin.layout.menu')
{{ $title }}
Home
{{ $title }}
@yield('content')
@include('admin.layout.footer')