mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-28 10:24:36 +00:00
19 lines
731 B
PHP
19 lines
731 B
PHP
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12 hand mb-4 @if ($vertical) col-lg-12 @endif" onclick="window.location='{{ $url }}'" wire:key="{{ $title }}">
|
|
|
|
<div style="background-image:url("{{ $thumb }}")" class="thumb">
|
|
<i class="fa fa-fw fa-play"></i>
|
|
<div class="duration">
|
|
{{ $duration }}
|
|
</div>
|
|
</div>
|
|
<div class="orange-text mt-1 font-weight-bold">
|
|
{{ $title }}
|
|
</div>
|
|
<p class="text-gray2">
|
|
<small>{{ $views }} @if ($views == 1) view @else views @endif</small>
|
|
<small> • {{ $comments }} @if ($comments == 1) comment @else comments @endif</small>
|
|
<!-- <small class="float-right">{{ $ago }}</small>-->
|
|
</p>
|
|
|
|
</div>
|