@extends('layouts.admin') @section('header', 'Edit User Account') @section('content')
Back to Profile

Edit Profile Preferences

Update information for {{ $user->name }}

@csrf @method('PUT')

Account Security & Basics

@endsection