@extends('layouts.main') @section('contentinner') @section('title') Income Statement @stop @section('navigation')
@stop @section('msghead_menu') @stopRevenues | ||
Invoice {{$invoice->id}}: | {{number_format($revenue_ = $invoice->destination->amount *$invoice->invoice->exchange_rate)}} | {{--*/ $revenue +=$revenue_ /*--}} |
Total Revenues | {{number_format($revenue)}} | |
Expenses | ||
{{$expense['expense_name']}}: | {{number_format($expense['value'])}} | {{----*/ $cost_total += $expense['value'] /*----}} |
Total Expenses | {{number_format($expense_total= $cost_total)}} | |
Net Route Income | {{number_format($revenue-$expense_total)}} |