PATH:
home
/
lab2454c
/
westernclear.net
/
resources
/
views
/
frontend
/
homeSections
@isset($otherInvestmentSection) <div class="other__investment__wrapp"> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-6 col-md-6 mr__bottom mr__top"> <img src="{{ isset($otherInvestmentSection->left_image) ? config("app.url").Storage::url($otherInvestmentSection->left_image) : asset('adminAssets/assets/image2.png') }}" alt="link_icon"/> </div> {!! $otherInvestmentSection->content !!} </div> </div> @endisset
[+]
..
[-] goldstarSection.blade.php
[edit]
[-] unmatchedSection.blade.php
[edit]
[-] otherInvestmentSection.blade.php
[edit]
[-] investmentSection.blade.php
[edit]
[-] linkSection.blade.php
[edit]
[-] banner.blade.php
[edit]