PATH:
home
/
lab2454c
/
.trash
/
core
/
resources
/
views
/
templates
/
basic
/
homeSections
@php $counter = getContent('counter.content', true); $homeImage = App\Models\HomeImage::first(); @endphp <div class="collect__digital"> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-6"> <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> <a href="{{ route('products') }}">Start Collecting</a> </div> <div class="col-xl-6 col-lg-6"> <div class="image__box"> <svg width="0" height="0" viewBox="0 0 1970 1480" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g id="Assets" fill="none"> <defs> <clipPath id="mask" clipPathUnits="objectBoundingBox" transform="scale(0.000507614213198, 0.000675675675676)"> <path class="st0" d="M1757.6,968.4c150.9-52.3,228-271.4,194.2-433.7c-71.1-341-662.4-583.2-1194.1-518.3 C52,102.6,2.7,788.9,2.7,788.9c-23.6,282.2,114.5,442,114.5,442c135.5,163.9,285.5,230.7,421,245.7 c116.4,12.9,320.3-7.8,408.1-121.2c73.4-94.8,8.4-182.2,111-325.6c32.7-45.7,62.6-87.5,118-114.8 C1363.9,822.2,1574.7,1031.8,1757.6,968.4z"/> </clipPath> </defs> </g> </svg> <img src="{{ isset($homeImage->second_section_image) ? getImage(imagePath()['momentContent']['path'].'/'.$homeImage->second_section_image) : asset($activeTemplateTrue.'custom/assets/image-bg.jpg')}}" alt="Secont-Section-Image" loading="lazy" sizes="(max-width: 902px) 100vw, 680px" alt="" class="clipping__mask" srcset=""> </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]