PATH:
home
/
lab2454c
/
westernclear.net
/
resources
/
views
/
frontend
/
pages
@php $otherInvestmentSection = App\Models\OtherInvestmentSection::first(); $investmentSections = App\Models\InvestmentSection::all(); @endphp <link rel="stylesheet" href="{{ asset('frontAssets/css/easy-responsive-tabs.css') }}"> <div class="body__content__main body__containt__main__inner"> {!! $pagecontent->content !!} <div class="common__wrapp pt-0"> <div class="container"> <div class="row mr__top"> <div class="fund__carousal"> <div class="owl-carousel owl-theme crowfunding__carousel"> @isset($investmentSections) @foreach($investmentSections as $investmentSection) <div class="item fund-item"> <div class="image__box"> <img src="{{ isset($investmentSection->dark_icon) ? config("app.url").Storage::url($investmentSection->dark_icon) : asset('adminAssets/assets/church_bond_icon.png') }}" alt="investment_icon"/> </div> <h4>{{ $investmentSection->title ?? '' }}</h4> <p> {!! $investmentSection->short_description !!} </p> </div> @endforeach @endisset </div> </div> </div> @include('frontend.homeSections.otherInvestmentSection') </div> </div> </div> <script src="{{ asset('frontAssets/js/easy-responsive-tabs.js') }}"></script> <script> $(document).ready(function() { $('#horizontalTab').easyResponsiveTabs({ type: 'default', //Types: default, vertical, accordion width: 'auto', //auto or any width like 600px fit: true, // 100% fit in a container closed: 'accordion', // Start closed if in accordion view activate: function(event) { // Callback function if tab is switched var $tab = $(this); var $info = $('#tabInfo'); var $name = $('span', $info); $name.text($tab.text()); $info.show(); } }); $('#verticalTab').easyResponsiveTabs({ type: 'vertical', width: 'auto', fit: true }); }); </script>
[+]
apply
[-] faq.blade.php
[edit]
[+]
..
[-] dynamicPage.blade.php
[edit]
[-] contact.blade.php
[edit]
[-] about.blade.php
[edit]
[-] education.blade.php
[edit]
[-] insight.blade.php
[edit]
[-] forms.blade.php
[edit]
[-] kycForm.blade.php
[edit]
[-] selfDirectedIras.blade.php
[edit]