PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
themes
/
wowy
/
partials
/
shortcodes
/
sliders
<div class="hero-slider-content-2"> @if ($subtitle = $slider->getMetaData('subtitle', true)) <h4 class="animated">{!! clean($subtitle) !!}</h4> @endif @if ($slider->title) <h2 class="animated fw-900">{!! clean($slider->title) !!}</h2> @endif @if ($highlightText = $slider->getMetaData('highlight_text', true)) <h1 class="animated fw-900 text-brand">{!! clean($highlightText) !!}</h1> @endif @if ($slider->description) <p class="animated">{!! clean($slider->description) !!}</p> @endif @if ($slider->link) <a class="animated btn btn-default btn-rounded" href="{{ url($slider->link) }}">{!! clean($slider->getMetaData('button_text', true)) !!} <i class="fa fa-arrow-right"></i> </a> @endif </div>
[+]
..
[-] content.blade.php
[edit]
[-] grid.blade.php
[edit]
[-] main.blade.php
[edit]