@extends('layouts.app') @section('scripts') @vite(['resources/js/evaluacion/evaluacion.js']) @endsection @section('title') {{ Breadcrumbs::render('evaluacion') }} @endsection @section('content')
@endsection @section('modal') @include('common.modals.mdl-confirmation') {!! Generate::modalErrors() !!} @endsection