@extends('layouts.main') @section('title', 'Edit User') @section('content')

Edit User

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