Asignar campo utilidad

This commit is contained in:
Felipe
2023-10-09 14:56:06 -05:00
parent 83b7bfe16b
commit 8dc97fb2df
15 changed files with 161 additions and 17 deletions
@@ -19,7 +19,7 @@
<div class="mb-10" id="planes">
<h1 class="text-gray-600 text-center text-lg my-8">Planes</h1>
<div class="mt-4 grid grid-cols-2 sm:grid-cols-2 md:grid-cols-4 lg:grid-cols-4 xl:grid-cols-5 justify-items-center gap-y-8">
<div class="mt-4 grid grid-cols-2 sm:grid-cols-2 md:grid-cols-4 lg:grid-cols-4 xl:grid-cols-5 justify-items-center gap-y-8 pb-12">
@foreach ($planes as $plan)
@if (!empty($plan->tarifas->first()->pantallas))
<a href="/single?servicio={{$plan->id}}" class="rounded-xl mb-2 bg-white shadow-lg">