PATH:
home
/
lab2454c
/
sothebry.softkinesis.com
/
backups
/
core
/
resources
/
views
/
templates
/
basic
/
homeSections
@php $client = getContent('client.content', true); $clients = getContent('client.element', false); @endphp <div class="home__about__us" style="background-image: url({{getImage('assets/images/frontend/client/'. @$client->data_values->client_image, '600x600')}});"> <div class="about__us__graphic"> <div class="about__us__graphic__inner"> <h2>About Us</h2> </div> </div> <div class="container"> <div class="about__right__sec"> <h2>About Us</h2> @foreach($clients as $value) {{-- <h2> {{__(isset($value->data_values->title) ? $value->data_values->title : '')}}</h2> --}} <p>{{__(isset($value->data_values->about) ? $value->data_values->about : '')}}</p> @endforeach <div class="about__btn__wrapp"> <a href="{{ route('about') }}" class="learn__more__btn">Learn More</a> </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]