@extends('layouts/layoutMaster') @section('title', 'Perfil del Mariachi') @section('content') @php $sections = [ 'datos' => 'Datos del mariachi', 'whatsapp' => 'WhatsApp', 'ubicacion' => 'Localizacion y mapa', 'fotos' => 'Fotos', 'videos' => 'Videos', 'redes' => 'Redes sociales y web', 'eventos' => 'Tipos de evento', 'filtros' => 'Filtros del anuncio', 'cobertura' => 'Cobertura', ]; $selectedEventTypeIds = $profile->eventTypes->pluck('id')->all(); $selectedServiceTypeIds = $profile->serviceTypes->pluck('id')->all(); $selectedGroupSizeIds = $profile->groupSizeOptions->pluck('id')->all(); $selectedBudgetIds = $profile->budgetRanges->pluck('id')->all(); $additionalCitiesText = $profile->serviceAreas->pluck('city_name')->join(', '); @endphp
Estado del perfil: {{ $profile->profile_completed ? 'perfil completo' : 'perfil incompleto' }}
Completa los modulos para preparar tu anuncio publico (fase posterior).Este campo queda preparado para modalidad premium futura.
Aun no hay fotos cargadas.
| URL | Plataforma | Accion |
|---|---|---|
| {{ $video->url }} | {{ $video->platform }} | |
| No hay videos. | ||