@method('PUT') @csrf

Assign new Permission to this Role

@csrf
{{-- @error('name') {{ $message }} @enderror --}}
Remove Permisson to {{ ucfirst($curr_url_2) }}
@if ($role->permissions) @foreach ($role->permissions as $role_permission)
@csrf @method('delete')
@endforeach @endif