@section('topbar') @include('layouts.partials.topbar'); @show @section('sidebar') @include('layouts.partials.sidebar'); @show
@yield('content')
@section('footer') @include('layouts.partials.footer'); @show @section('js') @show