@extends('Modules.Costing.layouts.main') @section('main-content')
Assets
@foreach($assets as $a) @if($a->appreciation) @else @endif @endforeach
# Name Enter From Price Type % Duration (Months) Description Sold Out Destroyed Edit/Delete
{{$i}} {{$a->name}} {{$date}} {{$a->price }}AppreciationDepreciation{{$a->percentage}} {{$a->duration}} {{$a->description}}  
@endsection