@extends('layouts.index') @section('title') Edit User @endsection @section('css') @endsection @section('content')

Edit User

@csrf @method('PUT')
@error('roles')
{{$message}}
@enderror
Back
@endsection @section('js') @endsection