@extends('layouts.dashboard') @section('menu_sidebar') @endsection @section('dashboard')
@yield('content') @yield('scripts')
@endsection