@extends('layouts.pruebaplantilla') @section('titulo' . 'CONTACTO') @section('barra')
@endsection @section('contenido')
@if (session()->has('success')) @elseif (session()->has('error')) @endif
@csrf
No compartiremos tu correo con nadie.
@if (session('success')) @endif @if (session('error')) @endif @endsection