Crear curso

{% if flash.has('errors.id') %}

{{ flash.get('errors.id') }}

{% endif %}
{% if flash.has('errors.name') %}

{{ flash.get('errors.name') }}

{% endif %}
{% if flash.has('errors.duration') %}

{{ flash.get('errors.duration') }}

{% endif %}