@props(['comercio']) @php $img = $comercio->imagen ?: asset('images/post-default.jpg'); $alt = 'Servicio para mascotas: '.$comercio->nombre; $whats = $comercio->telefono ? 'https://wa.me/'.preg_replace('/\\D+/', '', $comercio->telefono) : null; $map = $comercio->direccion ? 'https://www.google.com/maps/search/?api=1&query='.urlencode($comercio->direccion.' '.$comercio->ciudad.' '.$comercio->region) : null; @endphp
{{ $alt }}

{{ $comercio->nombre }}

{{ $comercio->ciudad }} @if($comercio->ciudad && $comercio->region), @endif {{ $comercio->region }}
@if($comercio->direccion)
{{ $comercio->direccion }}
@endif @if($comercio->telefono)
{{ $comercio->telefono }}
@endif @if($comercio->email)
{{ $comercio->email }}
@endif
{{-- ajusta a tu ruta pública si ya tienes detalle de comercio --}} Ver perfil @if($whats) WhatsApp @endif @if($map) Ver mapa @endif