Laravel Form Set Default Selection

31 views Asked by At

If I make a change in the code I shared, I want it to come directly with 'Produits' selected or is there an easier alternative?

I would be very grateful if you can help me with this. Thank you for your help.

img

@section('page-action')
    <div class="col-auto" style="width: 200px;">
        {{ Form::select('item_type', $product_type, null, ['id' => 'item_type', 'class' => 'form-control select ', 'required' => 'required', 'placeholder' => 'Type de produit']) }}
    </div>
@endsection
0

There are 0 answers