Skip to content

PHP code snippet – How to use old for select in blade laravel?

<select name="example">
<option {{ old('example') == $value ? "selected" : "" }} value="{{ $value }}">{{$label}}</option>
See also  Python code snippet - How to read and write to text files in tkinter?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.