se anexa token de api de google maps para rastreo de ubicaciones
This commit is contained in:
@@ -7,11 +7,18 @@
|
||||
<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">Editar 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>
|
||||
@if (session('info'))
|
||||
<div class="alert alert-success">
|
||||
<strong>{{session('info')}}</strong>
|
||||
</div>
|
||||
@endif
|
||||
<form action="{{ route('horario.update', $user->id) }}" method="POST">
|
||||
@csrf
|
||||
@method('PUT')
|
||||
@@ -89,7 +96,7 @@
|
||||
|
||||
@endforeach
|
||||
|
||||
<input class="btn btn-primary" type="submit" value="Update">
|
||||
<input class="btn btn-primary" type="submit" value="Actualizar">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user