@extends('admin.reports.sales.index') @section('reports_content')
@lang('crm.estimate_dt_table_heading_number') | @lang('crm.estimate_dt_table_heading_amount') | @lang('crm.client') | @lang('crm.estimate_dt_table_heading_date') | @lang('crm.estimate_dt_table_heading_expirydate') | @lang('crm.expense_add_edit_reference_no') | @lang('crm.estimate_status') |
---|
Total Count | Gross Profit | Net Profit | Company Profit | Total Balance | @if(!empty($profits)) @foreach($profits as $currency => $profit)
---|---|---|---|---|
{{ $currency }} {{ $profit['count'] }} | {!! $profit['profit_gross'] !!} | {!! $profit['profit_net'] !!} | {!! $profit['profit_cbc'] !!} | {!! $profit['profit_total'] !!} |