jefsev
02/10/2023, 8:21 PMjefsev
02/10/2023, 8:21 PMjefsev
02/10/2023, 8:22 PM@foreach ($block->children as $widget)
<x-img-card :widget="$widget" />
@endforeach
jefsev
02/10/2023, 8:22 PM@php
$image = $widget->imageAsArray('image', 'desktop');
@endphp
<a href="{{ $widget->translatedInput('button_link') }}"
class="overflow-hidden rounded-lg shadow-xl hover:shadow-md duration-300 card">
<img src="{{ $image['src'] }}" alt="{{ $image['alt'] }}" class="object-cover w-full h-80">
<div class="flex flex-col items-start p-5 content">
<div class="flex flex-row items-center mb-6 title gap-2">
<img src="{{ $widget->file('icon') }}" class="icon w-7">
<h4 class="mb-0">{!! $widget->translatedInput('title') !!}</h4>
</div>
<p class="mb-8 grow">{!! $widget->translatedInput('text') !!}</p>
<span class="flex items-center px-6 py-3 font-medium text-white rounded-lg gap-3 bg-orange">
{{ $widget->translatedInput('button_title') }}
<svg xmlns="http://www.w3.org/2000/svg" width="7.008" height="14.016" viewBox="0 0 7.008 14.016">
<path id="Path_58" data-name="Path 58"
d="M2.656.875A.511.511,0,0,1,2.5.5.538.538,0,0,1,2.625.156L8.281-6,2.625-12.156a.51.51,0,0,1,.031-.719.51.51,0,0,1,.719.031l6,6.5a.535.535,0,0,1,0,.688l-6,6.5A.51.51,0,0,1,2.656.875Z"
transform="translate(-2.492 13.008)" fill="#fff" />
</svg>
</span>
</div>
</a>
jefsev
02/10/2023, 8:23 PMifox
02/10/2023, 8:24 PMjefsev
02/10/2023, 8:25 PMjefsev
02/10/2023, 8:25 PMjefsev
02/10/2023, 8:26 PMjefsev
02/10/2023, 8:26 PMjefsev
02/10/2023, 8:26 PMjefsev
02/10/2023, 8:35 PMjefsev
02/10/2023, 8:35 PMEpicKau
02/10/2023, 9:15 PMifox
02/10/2023, 9:15 PMifox
02/10/2023, 9:15 PMifox
02/10/2023, 9:16 PMifox
02/10/2023, 9:16 PMEpicKau
02/10/2023, 9:51 PMjoshyhud
02/11/2023, 12:55 PMjoshyhud
02/11/2023, 12:56 PMifox
02/11/2023, 1:01 PMTWILL_DEV_MODE_SSH
is set to true in your .env file, which you should only use with the dev mode on a local https domain secured by Valet.joshyhud
02/11/2023, 1:02 PMjoshyhud
02/11/2023, 1:02 PMifox
02/11/2023, 1:02 PMjoshyhud
02/11/2023, 1:04 PMjoshyhud
02/11/2023, 1:05 PMifox
02/11/2023, 1:05 PMifox
02/11/2023, 1:06 PM