@extends('layouts.app') @section('title', 'Edit User — {{ $user->name }}') @push('styles') @endpush @section('content')
Update account details for {{ $user->name }}.