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

Fixed Assets

Work on this if you know the company's fixed assets. Canada Commerce forecasts your depreciation costs and includes them in your financial reports. Skip for Now »

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