@extends('admin.pages.Bussiness-plan-builder.layout.master') @section('bussinessplanbuilder') @section('var3', 'show') @section('finloan', 'active1') @php $months = ['January', 'February', 'March', 'April', 'May', 'June', 'July ', 'August', 'September', 'October', 'November', 'December']; //$years = array('2011','2012','2013','2014','2015','2016','2017','2018','2019','2020','2021','2022','2023','2024','2025','2026'); @endphp

Loans

Work on this if the company has existing loans or is expecting to receive loans (borrowed money that the company must repay). Skip for Now »

{{--
DID YOU NEED HELP WITH THIS?

Financials don't need to be done on your own.

Financials are a critical component of any business plan. Get expert help to get it done right including the revenue forecasting, balance sheet, cash flow statement and your profit/loss statement. Figure out your net worth with expert help.

--}}
@if (Session::get('errors'))
{{ Session::get('errors')->first() }}
{!! Session::forget('errors') !!} {!! Session::forget('alert') !!} @endif @forelse($financailLoan as $key => $financailLoan_val) @empty @endforelse
Name Amount Actions
{{ $financailLoan_val->total_amount }} {{-- --}}
« Back
Continue to Investor »
{{-- Hire a expert Modak] --}} {{-- Create markeiting Modeal --}} @endsection @section('script') @endsection