@extends('layouts.app') @section('title', 'Profile') @section('content')

Profile Settings

Manage your account settings.

{{-- Profile Info --}}

Personal Information

@csrf @method('PUT')
{{-- Change Password --}}

Change Password

@csrf @method('PUT')
@endsection