@extends ('backend.layouts.app') @section ('title', trans('labels.backend.title.promo.reports')) @section('after-styles') {{ Html::style("css/backend/plugin/datatables/dataTables.bootstrap.min.css") }} @stop @section('page-header')

{{ trans('labels.backend.title.promo.reports') }} {{ trans('labels.backend.title.promo.active') }}

@endsection @section('content')

Total Signup Users

{{$total_user_count}}

Total Confirm Users

{{$users_count}}

Total Users Who Purchase Plan

{{$total_user_getplan_count}}

Total Amount of Sell Plans

$ {{$paymentCount[0]->count}}

@stop