File: /var/www/vhost/disk-apps/alq-cali.bikenow.co/resources/views/shopify/collections.blade.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>BoleterĂa</title>
<link rel="icon" href="{{ asset($corporateIdentity->logo) }}">
<link rel="stylesheet" href='/js/bootstrap/css/bootstrap.min.css'>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="canonical" href="https://getbootstrap.com/docs/5.1/examples/sign-in/">
<link rel="stylesheet" href="/css/web-buying.css">
<link rel="stylesheet" type="text/css"
href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.css">
<link href="css/ionicons.css" rel="stylesheet" type="text/css" />
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="abonados.css" rel="stylesheet">
<link rel="stylesheet" href="{{ asset('js/font-awesome-4.7.0/css/font-awesome.min.css') }}">
<link rel="stylesheet" href="{{ asset('js/ionicons-2.0.1/css/ionicons.min.css') }}">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
</head>
<body>
<div class="row" style="align-content: center;height: -webkit-fill-available;">
@for ($i = 0; $i < count($collections); $i++)
@if (isset($collections[$i]['image']))
<div class="col-md-3 col-12">
<a href="../../../shopify/products/{{ $collections[$i]['id']}}">
<div class="panel panel-default">
<div class="panel-body text-center p-0">
<img class="team-logo" src="{{ $collections[$i]['image']['src'] }}"
style="border-radius: 4px 4px 0 0;">
</div>
<div class="panel-footer text-center">
<h3>{{ $collections[$i]['title'] }} <i class="fa fa-arrow-right"></i></h3>
{{-- <a>
<button type="button" class="btn"
style="background-color: {{ $corporateIdentity->icon_color }}; color: white">
Ver
</button>
</a> --}}
</div>
</div>
</a>
</div>
@endif
@endfor
</div>
</body>
</html>
<script src="{{ asset('js/jQuery/jquery-2.2.3.min.js') }}"></script>
<script src="{{ asset('js/bootstrap/js/bootstrap.min.js') }}"></script>