@extends('layouts.app') @section('content')
Update [ {{ old('name', $user->name) }} ]
Back to Users
@if ($errors->any()) @endif
@method('PUT') @csrf
Step 1: Personal Information
Phone number must start with 255 and be exactly 12 digits long.
Step 2: Administrative Information
Step 3: Location Information
@endsection