Edit Role
@csrf @method("PUT")
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('permissions')) {{ $errors->first('permissions') }} @endif
@push('body-scripts') @endpush