@php $content = json_decode($slide->content) @endphp
@if(isset($content->widget))
@if($content->widget->type == 2)
-
@lang('labels.frontend.layouts.partials.days')
-
@lang('labels.frontend.layouts.partials.hours')
-
@lang('labels.frontend.layouts.partials.minutes')
-
@lang('labels.frontend.layouts.partials.seconds')
@endif
@endif
@if($content->sub_text)
{{$content->sub_text}}
@endif
@if($content->hero_text)
{{ $content->hero_text }}
@endif
@if(isset($content->widget))
@if($content->widget->type == 1)
@endif
@endif
@if(isset($content->buttons))
@foreach($content->buttons as $button)
@endforeach
@endif