@foreach([10, 25, 50, 100] as $limit) <option value="{{ $limit }}" {{ request('limit') == $limit ? 'selected' : '' }}>{{ $limit }} Lines</option> @endforeach