@extends('layouts.plantilla') @section('contacto','active') @section('content')
@if(session()->has('success'))
{{ session()->get('success') }}
@endif