PATH:
home
/
lab2454c
/
westernclear.net
/
resources
/
views
/
admin
/
homepageManager
/
otherInvestmentSection
@extends('admin.layout.adminMasterLayout') @section('title', 'Other investment Section') @section('content') <div class="content-wrapper"> <div class="row"> <div class="col-lg-12 grid-margin stretch-card"> <div class="card"> <div class="card-body"> <h4 class="card-title">Other investment Section</h4> <hr> @include('admin.homepageManager.otherInvestmentSection.form') </div> </div> </div> </div> </div> @endsection
[-] form.blade.php
[edit]
[+]
..
[-] list.blade.php
[edit]