@extends('layouts.admin') @section('page-title', trans('crm.profit')) @section('content') @section('styles') {!! HTML::style('assets/plugins/handsontable-7.3/handsontable.full.min.css') !!} @stop
@include('partials.messages')
@lang('crm.profit_summary')

{{ $summary['deposit'] }} ( {{ get_percent($summary['deposit'], $summary['total']) }}% )

Deposit Fee

{{ $summary['performance'] }} ( {{ get_percent($summary['performance'], $summary['total']) }}% )

Performance Fee

{{ $summary['total'] }}

@lang('crm.contracts_view_all')

Profit Per Month

Profit Per Contract


@if(admin_permission('profit.update')) @endif
@stop @section('scripts') {!! HTML::script('assets/plugins/Chart.js/Chart.min.js') !!} {!! HTML::script('assets/plugins/handsontable-7.3/handsontable.full.min.js') !!} @stop