@extends('layouts/layoutMaster') @section('title', $meta['title']) @section('content')
Crea la primera opción oficial para comenzar a estandarizar anuncios y buscador.
Crear opción| Icono | Nombre | Slug | Orden | @if($meta['supports_home_editorial'] ?? false)Home | Prioridad | Oferta mínima | Temporada | Clics | @endifDestacado | Estado | Acciones |
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $item->name }} | {{ $item->slug }} |
{{ $item->sort_order }} | @if($meta['supports_home_editorial'] ?? false){{ $item->is_visible_in_home ? 'Visible' : 'Oculta' }} | {{ $item->home_priority ?? '—' }} | {{ $item->min_active_listings_required ?? '—' }} |
@if($item->seasonal_start_at || $item->seasonal_end_at)
{{ optional($item->seasonal_start_at)->format('d/m/Y') ?: '—' }}
{{ optional($item->seasonal_end_at)->format('d/m/Y') ?: '—' }}
@else
Todo el año
@endif
|
{{ number_format((int) ($item->home_clicks_count ?? 0), 0, ',', '.') }} | @endif{{ $item->is_featured ? 'Sí' : 'No' }} | {{ $item->is_active ? 'Activo' : 'Inactivo' }} |