PATH:
home
/
lab2454c
/
.trash
/
core
/
resources
/
views
/
templates
/
basic
/
homeSections
@php $momentContents = App\Models\MomentContent::all(); @endphp <div class="brilliant__moments"> <div class="container"> @forelse($momentContents as $momentContent) <div class="brilliant__moments__wrapp__inner"> <div class="image__box"> <img src="{{ getImage(imagePath()['momentContent']['path'].'/'.$momentContent->image)}}" alt="" /> </div> <div class="content__wrapp"> <h2>{{ __($momentContent->title) }}</h2> <p>{{ __($momentContent->description) }}</p> <a href="{{ isset($momentContent->link) ? url($momentContent->link) : '' }}"> {{__($momentContent->link_text)}} </a> </div> </div> @empty <p>No content is there</p> @endforelse </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]