@extends('layouts.app') @section('title', 'Dashboard') @section('content') @livewire('main-breadcrumbs', ['pageRoutes' => [ ['path' => '/dashboard', 'name' => 'Dashboard'], ['path' => '/my-profile', 'name' => 'Profile'], ], 'root' => true])
This is the main content area for the dashboard.