@extends('layouts/layoutMaster') @section('title', 'Sugerencias de catálogos') @section('content')
Cuando los mariachis propongan nuevas opciones aparecerán aquí.
| Tipo | Propuesta | Contexto | Estado | Enviado por | Revisión | Acciones |
|---|---|---|---|---|---|---|
| @switch($suggestion->catalog_type) @case(\App\Models\CatalogSuggestion::TYPE_EVENT) Tipo de evento @break @case(\App\Models\CatalogSuggestion::TYPE_SERVICE) Tipo de servicio @break @case(\App\Models\CatalogSuggestion::TYPE_ZONE) Zona / barrio @break @default {{ $suggestion->catalog_type }} @endswitch |
{{ $suggestion->proposed_name }}
/{{ $suggestion->proposed_slug ?: \Illuminate\Support\Str::slug($suggestion->proposed_name) }}
|
@if($contextCityName)
Ciudad: {{ $contextCityName }}
@endif
@if($suggestion->admin_notes)
Nota admin: {{ $suggestion->admin_notes }}
@endif
|
{{ ucfirst($suggestion->status) }} | {{ $suggestion->submittedBy?->display_name ?: 'Sistema' }} |
{{ $suggestion->reviewedBy?->display_name ?: '—' }}
{{ optional($suggestion->reviewed_at)->format('Y-m-d H:i') ?: '—' }}
|
@if($suggestion->status === 'pending')
|