@extends('layouts.dashboard') @section('content')

Edit User: {{ $user->name }}

Back
@csrf @method('PUT')
@endsection