I have a problem and I have already searched the internet for the solution. No success!
I have a form and inside it, a select filled in automatically:
{!! Form::select('categoria_id', $categorias, null, ['class' => 'form-control']) !!}
Okay, it works. But I need to create an option with empty value . Type: " Select an option ", therein lies the problem. I've tried several forms, but what I found was for another version of Laravel and nothing was done.