PATH:
home
/
lab2454c
/
sothebry.softkinesis.com
/
backups
/
core
/
resources
/
views
/
templates
/
basic
/
homeSections
@php $banners = getContent('banner.element', false); $howToWork = getContent('how_to_work.content', true); @endphp <div class="header__banner__main"> <div class="banner__content"> <div class="image__box"> @foreach($banners as $banner) @if ($loop->first) <img src="{{getImage('assets/images/frontend/banner/'. @$banner->data_values->banner_image, '717x520')}}" alt="@lang('banner')"> @endif @endforeach </div> <div class="banner__content__inner"> <div class="banner__content__wrapp"> <h1>{{__($howToWork->data_values->heading)}}</h1> <p>{{__($howToWork->data_values->sub_heading)}}</p> <div class="banner__btn__wrapp"> <a href="{{ route('about') }}" class="banner__btn">Explore</a> <a href="{{ route('products') }}" class="banner__btn start__collect__btn">Start collecting</a> </div> </div> </div> </div> <div class="banner__graphic__wrapp"> <h2> {{__($howToWork->data_values->heading)}}</h2> </div> </div>
[-] smallBanner.blade.php
[edit]
[-] aboutSection.blade.php
[edit]
[-] brilliantMoments.blade.php
[edit]
[+]
..
[-] featuredProduct.blade.php
[edit]
[-] collectible.blade.php
[edit]
[-] blog.blade.php
[edit]
[-] secondSection.blade.php
[edit]
[-] sportMoments.blade.php
[edit]
[-] productSection.blade.php
[edit]
[-] banner.blade.php
[edit]