se anexa token de api de google maps para rastreo de ubicaciones

This commit is contained in:
2026-02-28 10:23:56 -06:00
parent 4c87f86c89
commit 68d32dbd88
14 changed files with 259 additions and 45 deletions
+5 -3
View File
@@ -7,11 +7,13 @@
<div class="container-fluid">
<div class="card shadow mb-4">
<div class="card-header py-3">
<h6 class="m-0 font-weight-bold text-primary">Crear Nota</h6>
<div class="d-sm-flex align-items-center justify-content-between">
<h6 class="m-0 font-weight-bold text-primary">Editar horario</h6>
<a href="{{route('horario.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>
<div class="card-body">
<a href="{{route('horario.index')}}">Regresar</a>
<form action="{{route('horario.store')}}" method="POST">
@csrf
<div class="mb-3">
@@ -74,7 +76,7 @@
</div>
@endforeach
<input class="btn btn-primary" type="submit" value="Create">
<input class="btn btn-primary" type="submit" value="Guardar">
</form>
</div>
</div>