@extends('layouts/app') @section('content')
¿Que es la Certificación?
{{ csrf_field() }}
Texto:
{!! $condiciones->texto_condicion !!}
@if ($errors->has('condicion'))
{{ $errors->first('condicion') }}
@endif
Imagen:
Guardar
@endsection