{{$titlePag}}

@csrf @method('PUT')
instrucciones) value="{{$archivo->instrucciones}}" @else value="" @endif >
@if ($errors->any())
Upps! Error al rellenar el formulario.
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif