favorite_people.blade.php 106 Bytes
@foreach ($favorite_people as $it)
    <option value="{{ $it->id }}">{{ $it->name }}</option>
@endforeach