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

Edit Role

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