@extends('layouts.master-vnext') @section('page-title') Fixed assets @endsection @section('content')
| Name | Beginning balance | Value in | Total | |
|---|---|---|---|---|
| {{ $account->name }} | @currency($account->beginning_balance) {{ $defaultCurrency->symbol }} | @currency($account->total) {{ $defaultCurrency->symbol }} | @currency($account->beginning_balance + $account->total) {{ $defaultCurrency->symbol }} | @if($account->details_file_id) $account->details_file_id]) }}"> download @endif |
| Total | @currency($accs->sum(function($i) { return $i->beginning_balance + $i->total; })) {{ $defaultCurrency->symbol }} | |||