@extends('layouts.app') @section('title') Fixed Asset Vouchers @stop @section('breadcrumb') @stop @section('content')

Fixed Asset

@foreach($fixed_asset_depreciations as $list) @endforeach
# Type For the Period Maintainance Action
{{$count++}} {{$list->asset_type->name}} {{number_format($list->ftp)}} {{number_format($list->maint)}} Make JV
@foreach($fixed_asset_solds as $list) @endforeach
# Type Writen Down Value Maintainance Action
{{$count++}} {{$list->asset_type->name}} {{number_format($list->ftp)}} {{number_format($list->maint)}} Make JV
@stop @section('js') @stop