PATH:
home
/
lab2454c
/
westernclear.net
/
resources
/
views
/
frontend
/
homeSections
<div class="header__banner__main"> <div class="image__box"> <img src="{{ isset($homeBanner->image) ? config("app.url").Storage::url($homeBanner->image) : asset('frontAssets/assets/banner.jpg') }}" alt="banner_image" /> </div> <div class="banner__content"> <div class="container"> <div class="banner__content__inner"> <div class="banner__content__wrapp"> <h1>{!! $homeBanner->title ?? env('APP_NAME') !!}</h1> <p> <a href="{{ isset($homeBanner->btn_link) ? $homeBanner->btn_link : '' }}"> {{ isset($homeBanner->btn_text) ? $homeBanner->btn_text : 'Apply Online Now' }} </a> </p> </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]