@extends('layout.main') @section('body') @php $menu = 'Dashboard'; $pageTitle = 'Home'; @endphp @include('layout.navbar') @include('layout.sidebar')