@extends('docs.master', ['title' => 'Income Statement ']) @section('content')
| PARTICULARS | AMOUNT | TOTAL | |
|---|---|---|---|
| {{$item->class_type }} | {{ number_format($item->balance,2) }} | {{--@if($item->debit < $item->credit) {{ number_format($item->credit - $item->debit,2) }} @else - @endif | --}}|
| {{$group->groupname }} | {{ number_format($group->balance,2) }} | ||
| Total {{$item->class_type }} | {{ number_format($item->balance,2) }} | ||
| Net Profit | {{ number_format(($totalIncome- $totalexpense) ,2) }} | ||