@foreach($services as $service) @if (old('category') == $service->id) <option value="{{ $service->id }}" selected>{{ $service->title }}</option> @else <option value="{{ $service->id }}">{{ $service->title }}</option> @endif @endforeach