@extends('layouts.app') @section('title', 'My Profile') @section('breadcrumb') My Profile @endsection @section('content')
{{-- Profile Info --}}

Profile Information

@csrf @method('PATCH')
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
{{-- Change Password --}}

Change Password

@csrf
@endsection