PATH:
home
/
lab2454c
/
westernclear.net
/
resources
/
views
/
frontend
/
homeSections
<div class="investment__options__wrapp"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-12 col-lg-12 mr__bottom"> <h2>{{ $investmentText->title ?? '' }}</h2> <p class="para"> {!! $investmentText->description !!} </p> </div> </div> <div class="row mr__top"> <div class="category__carousal"> <div class="owl-carousel owl-theme carousel__geners"> @isset($investmentSections) @foreach($investmentSections as $investmentSection) <div class="item invest-item"> <div class="image__box"> <img src="{{ isset($investmentSection->icon) ? config("app.url").Storage::url($investmentSection->icon) : asset('adminAssets/assets/church_bond_icon.png') }}" alt="investment_icon"/> </div> <h3>{{ $investmentSection->title ?? '' }}</h3> <p> {!! $investmentSection->short_description !!} </p> </div> @endforeach @endisset </div> </div> </div> </div> </div>
[+]
..
[-] goldstarSection.blade.php
[edit]
[-] unmatchedSection.blade.php
[edit]
[-] otherInvestmentSection.blade.php
[edit]
[-] investmentSection.blade.php
[edit]
[-] linkSection.blade.php
[edit]
[-] banner.blade.php
[edit]