@extends('SGI.welcome') @section('contenido')

Modificación de Aviso


{{csrf_field()}} @if($errors->first('ida')) {{ $errors->first('ida') }} @endif
@if($errors->first('mensaje')) {{ $errors->first('mensaje') }} @endif
@if($errors->first('activo'))
    {{$errors->first('activo')}}
@endif
@stop