@extends('layout.main') @section('content')
Current Sales | @if(isset($dashboardData['data']['PrevTotalSales'][0]->PrevTotalCharges) && $compare_with == 1)Previous Sales | @endif
---|---|
{{$dashboardData['data']['TotalSales'][0]->TotalCharges}} | @endif @if(isset($dashboardData['data']['PrevTotalSales'][0]->PrevTotalCharges) && $compare_with == 1){{$dashboardData['data']['PrevTotalSales'][0]->PrevTotalCharges}} | @endif
Active Account | InActive Account | @if(isset($dashboardData['data']['PrevTotalActiveAccount'][0]->prevtotalactive) && $compare_with == 1)Previous Active Account | @endif @if(isset($dashboardData['data']['PrevTotalInActiveAccount'][0]->prevtotalinactive) && $compare_with == 1)Previous InActive Account | @endif
---|---|---|---|
{{$dashboardData['data']['TotalActiveAccount'][0]->totalactive}} | @endif @if(isset($dashboardData['data']['TotalInActiveAccount'][0]->totalinactive)){{$dashboardData['data']['TotalInActiveAccount'][0]->totalinactive}} | @endif @if(isset($dashboardData['data']['PrevTotalActiveAccount'][0]->prevtotalactive) && $compare_with == 1){{$dashboardData['data']['PrevTotalActiveAccount'][0]->prevtotalactive}} | @endif @if(isset($dashboardData['data']['PrevTotalInActiveAccount'][0]->prevtotalinactive) && $compare_with == 1){{$dashboardData['data']['PrevTotalInActiveAccount'][0]->prevtotalinactive}} | @endif