@extends('layouts.app') @section('template_title') Create Certificado @endsection @section('content')
@includeif('partials.errors')
Create Certificado
@csrf @include('certificado.form')
@endsection