PATH:
home
/
lab2454c
/
sothebry.softkinesis.com
/
backups
/
core
/
resources
/
views
/
templates
/
basic
/
homeSections
@php $counter = getContent('counter.content', true); $homeImage = App\Models\HomeImage::first(); @endphp <div class="digital__estates"> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-6 col-md-6"> <div class="image__box"> <img src="{{ isset($homeImage->second_section_image) ? getImage(imagePath()['momentContent']['path'].'/'.$homeImage->second_section_image) : asset($activeTemplateTrue.'customV1/assets/digital-left-pic.png')}}"> </div> </div> <div class="col-xl-6 col-lg-6 col-md-6"> <div class="digital__estates__content"> <h3>{{__(isset($counter->data_values->heading) ? $counter->data_values->heading :'Driving Blockchain Innovation in Sports')}} </h3> <h2>{{__(isset($counter->data_values->title) ? $counter->data_values->title : 'Collect digital sports fame rivet')}} </h2> <p> {{__( isset($counter->data_values->sub_heading) ? $counter->data_values->sub_heading : 'Buy the moments in sports with associate sports rivet NFTs and order the Sothebry Fame to your home wall.')}}</p> <div class="digital__btn__wrapp"> <a href="{{ route('products') }}" class="collect__btn">start collecting</a> </div> </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]