PATH:
home
/
lab2454c
/
westernclear.net
/
resources
/
views
/
frontend
@extends('frontend.layouts.master') @section('title', 'Home') @section('content') @include('frontend.homeSections.banner') <div class="body__content__main"> @include('frontend.homeSections.linkSection') @include('frontend.homeSections.goldstarSection') @include('frontend.homeSections.unmatchedSection') @include('frontend.homeSections.investmentSection') @include('frontend.homeSections.otherInvestmentSection') </div> @endsection
[+]
..
[+]
layouts
[+]
homeSections
[+]
common
[-] home.blade.php
[edit]
[-] dashboard.blade.php
[edit]
[+]
pages