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

Profile Information

@csrf @method('PUT')

Change Password

@csrf @method('PUT')
@endsection