@extends('layouts.app') @section('title') Statement of Financial Position @stop @section('breadcrumb')
@stop @section('css') @stop @section('content')ASSETS | ||
---|---|---|
CURRENT ASSETS | ||
{{$acc['account']->name}} | @if($acc['sum'] < 0) ({{number_format(abs($acc['sum']))}}) @else {{$acc['sum'] > 0? number_format($acc['sum']) : '-'}} @endif | |
{{$acc['account']->name}} | @if($acc['sum'] < 0) ({{number_format(abs($acc['sum']))}}) @else {{$acc['sum'] > 0? number_format($acc['sum']) : '-'}} @endif | |
{{$acc['account']->name}} | @if($acc['sum'] < 0) ({{number_format(abs($acc['sum']))}}) @else {{$acc['sum'] > 0? number_format($acc['sum']) : '-'}} @endif | |
{{$acc['account']->name}} | @if($acc['sum'] < 0) ({{number_format(abs($acc['sum']))}}) @else {{$acc['sum'] > 0? number_format($acc['sum']) : '-'}} @endif | |
@if($asset < 0) ({{number_format(abs($asset))}}) @else {{$asset > 0? number_format($asset) : '-'}} @endif | ||
NON CURRENT ASSETS | ||
{{$acc['account']->name}} | @if($acc['sum'] < 0) ({{number_format(abs($acc['sum']))}}) @else {{$acc['sum'] > 0? number_format($acc['sum']) : '-'}} @endif | |
@if($total < 0) ({{number_format(abs($total))}}) @else {{$total > 0? number_format($total) : '-'}} @endif | ||
TOTAL ASSETS | @if($asset < 0) ({{number_format(abs($asset))}}) @else {{$asset > 0? number_format($asset) : '-'}} @endif | |
EQUITY & LIABILITIES | ||
EQUITY | ||
{{$acc['account']->name}} | @if($acc['sum'] > 0) ({{number_format(abs($acc['sum']))}}) @else {{number_format(abs($acc['sum']))}} @endif | |
NET INCOME | @if($netIncome < 0)({{number_format(abs($netIncome))}}) | @else{{$netIncome > 0? number_format($netIncome) : '-'}} | @endif
@if($equities < 0) | ({{number_format(abs($equities))}}) | @else{{$equities > 0? number_format($equities) : '-'}} | @endif
LIABILITIES | ||
CURRENT LIABILITIES | ||
{{$acc['account']->name}} | @if($acc['sum'] > 0) ({{number_format(abs($acc['sum']))}}) @else {{number_format(abs($acc['sum']))}} @endif | |
{{$acc['account']->name}} | @if($acc['sum'] > 0) ({{number_format(abs($acc['sum']))}}) @else {{number_format(abs($acc['sum']))}} @endif | |
@if($total < 0) ({{number_format(abs($total))}}) @else {{$total > 0? number_format($total) : '-'}} @endif | ||
NON CURRENT LIABILITIES | ||
{{$acc['account']->name}} | @if($acc['sum'] > 0) ({{number_format(abs($acc['sum']))}}) @else {{number_format(abs($acc['sum']))}} @endif | |
@if($total < 0) ({{number_format(abs($total))}}) @else {{$total > 0? number_format($total) : '-'}} @endif | ||
@if($liability < 0) ({{number_format(abs($liability))}}) @else {{$liability > 0? number_format($liability) : '-'}} @endif | ||
TOTAL EQUITY & LIABILITIES | {{number_format($liability + $equities)}} |