@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')
Current Appendix Profit
@if(!empty($profits)) @foreach($profits as $currency => $profit) @endforeach @endif
Total Count Gross Profit Net Profit Company Profit Total Balance
{{ $currency }} {{ $profit['count'] }} {!! $profit['profit_gross'] !!} {!! $profit['profit_net'] !!} {!! $profit['profit_cbc'] !!} {!! $profit['profit_total'] !!}
@stop @section('scripts_scope') @stop