@include('admin.layout.header') @include('admin.layout.menu')

{{ $title }}

@yield('content')
@include('admin.layout.footer')