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

Edit User

@stop @section('content')
@csrf @method('PUT')
@stop