@extends('layouts.dashboard') @section('page_title', 'EDIT USER') @section('content')

Edit User

Back
@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
@csrf @method('PUT')
Only fill this if you want to change the user's password.
@endsection