@extends('admin.layout') @section('page_title', 'Edit user') @section('admin_content')

Edit user

@csrf @method('PUT')
@endsection