@extends('layouts.app') @section('title', 'My Profile') @section('content') @livewire('main-breadcrumbs', ['pageRoutes' => [ ['path' => '/dashboard', 'name' => 'Dashboard'], ['path' => '/my-profile', 'name' => 'Profile'], ]])

My Profile

View your profile details here.

@endsection