@extends('layout/porteria')
@section('titulo', 'Porteria')
@section('content')
@if (Session::has('mensaje'))
{{ Session::get('mensaje') }}
@endif
@if (Session::has('mensajeValidacion'))
{{ Session::get('mensajeValidacion') }}
@endif
@endsection
@section('scripts')
@endsection