Alta de modificaciones de grupo con alumbnos y docentes
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div class="card-header py-3">
|
||||
<div class="d-sm-flex align-items-center justify-content-between">
|
||||
<h6 class="m-0 font-weight-bold text-primary">Crear documentación</h6>
|
||||
<a href="{{route('documentotipo.index')}}" class="d-sm-inline-block btn btn-sm btn-primary shadow-sm"><i class="fas fa-download fa-sm text-white-50"></i> Regresar</a>
|
||||
<a href="{{route('documentoTipo.index')}}" class="d-sm-inline-block btn btn-sm btn-primary shadow-sm"><i class="fas fa-download fa-sm text-white-50"></i> Regresar</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<form method="POST" action="{{ route('documentotipo.store') }}">
|
||||
<form method="POST" action="{{ route('documentoTipo.store') }}">
|
||||
@csrf
|
||||
|
||||
{{-- NOMBRE --}}
|
||||
|
||||
Reference in New Issue
Block a user