File "item.blade.php"
Full Path: /home/bettaeza/flyinsyria.com/views/landing/view/item.blade.php
File size: 1008 B
MIME-type: text/html
Charset: utf-8
<div class="{{$demo['class'] ?? 'col-lg-4 col-md-6 col-sm-6'}}">
<div class="item">
<a href="{{$demo['url']}}" class="item-img" target="blank">
<div class="new">New</div>
<div class="soon">Hot</div>
<img src="{{url('landing/'.$demo['thumb'])}}" alt="{{$demo['name']}}" class="img-responsive"/>
</a>
<h4 onclick="window.open('{{$demo['url']}}')"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 26 9" style="enable-background:new 0 0 26 9;" xml:space="preserve">
<path d="M26,4.7C26,4.6,26,4.4,26,4.3c0-0.1-0.1-0.1-0.1-0.2l-3.5-3.5c-0.2-0.2-0.5-0.2-0.7,0s-0.2,0.5,0,0.7L24.3,4
H0.5C0.2,4,0,4.2,0,4.5S0.2,5,0.5,5h23.8l-2.7,2.7c-0.2,0.2-0.2,0.5,0,0.7c0.1,0.1,0.2,0.1,0.4,0.1s0.3,0,0.4-0.1l3.5-3.5
C25.9,4.8,25.9,4.8,26,4.7z"></path>
</svg>{{$demo['name']}}</h4>
</div>
</div>