@extends('dashboard.body.main') @section('container')

Editar rol

@method('put') @csrf
@error('name')
{{ $message }}
@enderror
Cancelar
@endsection