@php $meta_title = 'Aurobees | Dashboard'; $meta_description = ''; $meta_keywords = ''; $add_class_header='show-nav'; $footer_sign_up_for_free_trial=true; $active_page='dashboard'; @endphp @extends('frontend.user.includes.master') @section('body')

Dashboard

@include('frontend.become_a_partner.includes.body.sidebar')
{{-- box --}}

Active Customer

New LOB Subscription this Week

Total Revenue Of Current Month

{{$amountCurrencyCode}} {{number_format($grand_amount_sum, 2)}}

Total Revenue share this month

{{$amountCurrencyCode}} {{number_format($partner_commission_sum, 2)}}

@if($lobWiseRevenue) {{-- LOB wise Revenue of currrent Month --}}

LOB wise Revenue of current Month

{{-- LOB wise Revenue Share of currrent Month --}}

LOB wise Revenue Share of current Month

@endif {{-- subscription 12 months --}} @if($revenueGenerated12Months)

12 month revenue generated trend

@if($revenueGenerated12Months)
@endif
@endif {{-- Lob wise Customer --}} @if($revenueGenerated12Months)

LOB wise Customer

@if($revenueGenerated12Months)
@endif
@endif {{-- Lob wise Customer E-commerce --}} @if($lobWiseSubscriptionEcommerce)

LOB wise Customer E-commerce

@endif
@include('frontend.become_a_partner.includes.body.help-center-mobile')
@endsection @section('script') @endsection