@extends('layout.mainlayout') @section('estilos') @endsection @section('navbar') @include('layout.partials.nav') @endsection @section('content')

¡Comunícate con Nosotros!

@csrf {!! Honeypot::generate('myHoneypot', 'my_time') !!}
@error('nombre')

{{$message}}

@enderror
@error('apellido')

{{$message}}

@enderror
@error('email')

{{$message}}

@enderror
@error('telefono')

{{$message}}

@enderror

@section('scripts') @endsection @endsection @section('footer') @include('layout.partials.footer') @endsection