PATH:
home
/
lab2454c
/
westernclear.net
/
resources
/
views
/
frontend
/
homeSections
<div class="unmatched__capability__wrapp"> <div class="capability__wrapp__inner"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-12 col-lg-12 mr__bottom"> <h2>{{ $unmatchText->title ?? '' }}</h2> </div> </div> <div class="row"> @isset($unmatchSections) @foreach($unmatchSections as $unmatchSection) <div class="col-xl-4 col-lg-4 col-md-4 mr__bottom mr__top"> <div class="unmatched__block"> <h3>{{ $unmatchSection->title ?? '' }}</h3> <p>{{ $unmatchSection->subtitle ?? '' }}</p> </div> </div> @endforeach @endisset </div> <div class="row justify-content-center"> <div class="col-xl-12 col-lg-12 mr__bottom mr__top"> <div class="learn__more__btn__wrapp"> <a href="{{ $unmatchText->link ?? '#' }}" class="learn_btn"> {{ $unmatchText->link_text ?? '' }} </a> </div> </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]