Level 28
post the action and the route
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Guys can anyone help with this error. I'm using Spartie Permission.
<select multiple name="roles[]">
<option value="" disabled>Assign Role</option>
@foreach ($roles as $role )
<option value="{{$role->id}}" >{{($role->name)}}</option>
@endforeach
</select>
</div>
Please or to participate in this conversation.