Detalles del Taller

{{ old('accion') }}
{{csrf_field()}}
@if ($errors->has('nombre')) {{ $errors->first('nombre') }} @endif
@if ($errors->has('direccion')) {{ $errors->first('direccion') }} @endif
@if ($errors->has('regiones')) {{ $errors->first('regiones') }} @endif
{{--
@if ($errors->has('regiones')) {{ $errors->first('regiones') }} @endif
--}}
@if ($errors->has('telefono')) {{ $errors->first('telefono') }} @endif
@if ($errors->has('rut')) {{ $errors->first('rut') }} @endif
@if ($errors->has('comunas')) {{ $errors->first('comunas') }} @endif
{{--
@if ($errors->has('comunas')) {{ $errors->first('comunas') }} @endif
--}}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('nombcontacto')) {{ $errors->first('nombcontacto') }} @endif

(*) Campos Obligatorios