@extends('layouts.app')
@section('title')
Fixed Asset Vouchers
@stop
@section('breadcrumb')
- Home
- Fixed Asset Vouchers
@stop
@section('content')
Fixed Asset
# |
Type |
For the Period |
Maintainance |
Action |
@foreach($fixed_asset_depreciations as $list)
{{$count++}} |
{{$list->asset_type->name}} |
{{number_format($list->ftp)}} |
{{number_format($list->maint)}} |
Make JV
|
@endforeach
# |
Type |
Writen Down Value |
Maintainance |
Action |
@foreach($fixed_asset_solds as $list)
{{$count++}} |
{{$list->asset_type->name}} |
{{number_format($list->ftp)}} |
{{number_format($list->maint)}} |
Make JV
|
@endforeach
@stop
@section('js')
@stop