@extends('admin.pages.Bussiness-plan-builder.layout.master') @section('bussinessplanbuilder') @section('var3', 'show') @section('otherasset', '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

Other Assets

List any other assets company has, either existing or that you plan to purchase or acquire (see examples of Other Assets). Be sure to put items that you can depreciate in the Fixed Assets section and not here. Skip for Now »

@if (Session::get('errors')) {{-- {{dd(Session::get('errors')->first())}} --}}
{{ Session::get('errors')->first() }}
{!! Session::forget('errors') !!} {!! Session::forget('alert') !!} @endif @forelse($otherAsset as $key => $otherAsset_value) @empty @endforelse
Name Cost Action
{{ $otherAsset_value->cost }}
« Back
Continue to Financial Info Plan »
{{-- Modak 1 start] --}} {{-- Create markeiting Modeal --}} @endsection @section('script') @endsection