This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<article data-type="carousel-location" class="wrapper__location contact-page carousel__main"> | |
<ul class="carousel" id="carousel__location"> | |
<li class="item"> | |
<div class="item__image"> | |
<img class="background__image" src="{{ $location->location_image->image }}" alt=""> | |
<div class="container__location"> | |
<div class="content-location"> | |
<div class="location__collum-one"> | |
<div class="container__location-clock"> | |
<h1 class="extra-large-text">{{{ $location->title }}}</h1> |