@extends('layouts.app') @section('head') @endsection @section('page-title') <h1 class="page-heading d-flex text-dark fw-bold fs-3 flex-column justify-content-center my-0">Dashboard</h1> @endsection @section('body') @endsection @section('scripts') <script> </script> @endsection