@php $filter_fields = [ 'id' => ['type' => 'text'], 'title' => ['type' => 'text'], 'area' => [ 'type' => 'select', 'options' => $areas ] ]; @endphp
| ID | Title | Areas | Subscription | Installation | Activation | Action | |
|---|---|---|---|---|---|---|---|
| {{ $offer->id }} | {{ substr($offer->title, 0, 100) }} | @foreach($offer->areas as $area) {!! $area->name !!} @endforeach | {{ $offer->discount_subscription }} | {{ $offer->discount_install }} | {{ $offer->discount_activation }} | Edit | |