PATH:
home
/
lab2454c
/
.trash
/
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="container"> <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">@lang('Explore')</a> <a href="{{ route('products') }}" class="banner__btn"> @lang('Start Collecting') </a> </div> <div class="owl_wrapper"> <div class="owl_content"> @foreach($banners as $banner) <img src="{{getImage('assets/images/frontend/banner/'. @$banner->data_values->banner_image, '428x625')}}" alt="@lang('banner')"> @endforeach </div> </div> </div> </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]