@extends('adminlte::page') @section('title', 'Edit User') @section('content_header')

Edit User

@endsection @section('content')

User Information

@csrf @method('PUT')
@endsection