@extends('frontend.layouts.main') @section('title', 'Contacto - Lash Vanshy') @section('content') Contáctanos Estamos aquí para responder a todas tus preguntas Información de Contacto Teléfono @if(!empty($configuracion['telefono'])) {{ $configuracion['telefono'] }} @else +34 000 000 000 @endif Email @if(!empty($configuracion['email'])) {{ $configuracion['email'] }} @else contacto@lashvanshy.com @endif Dirección @if(!empty($configuracion['direccion'])) {{ $configuracion['direccion'] }} @else Tu dirección aquí @endif Horario @if(!empty($configuracion['horario'])) {!! nl2br(e($configuracion['horario'])) !!} @else Lunes - Viernes: 10:00 - 20:00 @endif Síguenos en redes sociales @if(!empty($configuracion['facebook'])) @endif @if(!empty($configuracion['instagram'])) @endif @if(!empty($configuracion['whatsapp'])) @endif @if(!empty($configuracion['tiktok'])) @endif Envíanos un Mensaje @if(session('success')) {{ session('success') }} @endif @if($errors->any()) @foreach($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Nombre completo * @error('nombre') {{ $message }} @enderror Email * @error('email') {{ $message }} @enderror Teléfono (opcional) @error('telefono') {{ $message }} @enderror Mensaje * {{ old('mensaje') }} @error('mensaje') {{ $message }} @enderror Enviar Mensaje @endsection
Estamos aquí para responder a todas tus preguntas