@php $i=0; $data = unserialize($vehicle->getMeta('purchase_info')); @endphp @foreach($data as $key=>$row) @php $i+=$row['exp_amount']; @endphp @endforeach
@lang('fleet.expenseType') @lang('fleet.expenseAmount') @lang('fleet.action')
{{$row['exp_name']}} {{$row['exp_amount']}} {!! Form::open(['route' =>['acquisition.destroy',$vehicle->id],'method'=>'DELETE','class'=>'form-horizontal']) !!} {!! Form::hidden("vid",$vehicle->id) !!} {!! Form::hidden("key",$key) !!} {!! Form::close() !!}
@lang('fleet.total') {{$i}}