You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/views/segments/parallax/ParallaxShort/ParallaxShort.blade.php

11 lines
414 B
PHTML

<section class='ParallaxShort' style="background-image: url('{{asset('upload/images/'.$data->area->name.'.'.$data->part.'.jpg')}}')">
<div class="{{gfx()['container']}} pt-5">
<h1 class="pt-5">
{{getSetting($data->area->name.'_'.$data->part.'_title')}}
</h1>
<h2>
{{getSetting($data->area->name.'_'.$data->part.'_subtitle')}}
</h2>
</div>
</section>