How can this be done that is shown in the value but with a select
that brings the values of the database
Like the following example:
<input type="text" name="measure" class="form-control{{
$errors->has('measure') ? ' is-invalid' : '' }}"
value="{{$food->measure}}"
placeholder="Ingrese la porción" required>