@extends('layouts.app') @section('content')
Edit Profile
@if(session('success')) @endif
@csrf @method('PUT')

Click the camera icon to change profile picture

Email cannot be changed
Back
@push('scripts') @endpush @endsection