@extends('layouts.app') @section('title','Edit User') @section('page-title','Edit User') @section('content')
Edit User: {{ $user->name }}
@csrf @method('PUT')
Cancel
@endsection