| ID | SID | Название | Наша цена | Конкуренты | Статус | Дельта | Мин.цена | Мин.дельта |
|---|---|---|---|---|---|---|---|---|
| {{ $row->id }} | {{ $row->sid }} | {{ $row->name }} | {{ number_format($row->price, 0, '.', ' ') }} |
@if (!empty($row->concurents_prep))
@foreach($row->concurents_prep as $url_num => $url_href)
ссылка {{++$url_num}} @endforeach @endif |
@if ($row->enable) вкл @else выкл @endif | {{ $row->dprice }} | @if ($row->min) {{ number_format($row->min, 0, '.', ' ') }} @endif | {{ number_format($row->mind, 0, '.', ' ') }} |