PATH:
home
/
lab2454c
/
.trash
/
core
/
resources
/
views
/
templates
/
basic
/
homeSections
@php $client = getContent('client.content', true); $clients = getContent('client.element', false); @endphp <div class="about__wrapp"> <div class="container"> <div class="about__wrapp__inner"> <div class="image__box"> <img src="{{getImage('assets/images/frontend/client/'. @$client->data_values->client_image, '600x600')}}" alt="" /> </div> <div class="content__wrapp"> <h3>About Us</h3> @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 <a href="#">Leran 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]