@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.customer.includes.body.sidebar')

Subscribed LOB’S

Active Users

{{$active_no_of_user}}

Next Billing Cycle

@if(@$invoiceDate)

Next Billing date: 01-01-1970

@endif @if(@$estimatedAmount)

Estimated amount: {{@$estimatedAmount}}

@endif

View Billing

Documents

@if($overviewActiveUser)

LOB Monthly Trend of Active Users

@if($overviewActiveUser)
@endif
@endif {{-- subscription --}} @if(!$subscription_list->isEmpty())

Subscription Details

@foreach ($subscription_list as $key=> $item) @endforeach
Sr. No. Subscribed LOB Subscription Type Subscription Plan Status
{{$key+1}} @if($item->plan_duration=='YLY') 365 @elseif($item->plan_duration=='QTR') 90 @elseif($item->plan_duration=='MTH') 30 @else 15 @endif Days
@endif
@include('frontend.customer.includes.body.help-center-mobile')
@endsection @section('script') @endsection