@extends('layout.app')
@push('styles')
@endpush
@section('content')
{{-- @include('dashboard.new.tokenSummary') --}}
{{-- @include('dashboard.token') --}}
@include('dashboard.new.barchart')
@include('dashboard.new.counter')
{{-- @include('dashboard.new.localApproxBill') --}}
@hasrole('Admin')
@can('dashboardLastPaymentReport')
@endcan
@endhasrole
{{-- @include('dashboard.new.paymentReport') --}}
{{-- @include('dashboard.new.monthlyBillReport') --}}
@include('dashboard.new.resellerWiseReport')
{{-- @include('dashboard.new.monthlyBillReportPop') --}}
@include('dashboard.new.popWiseReport')
{{-- @include('dashboard.new.resellerRchargeReport') --}}
@include('dashboard.new.resellerRchargeReportNew')
@can('token-dashboard')
Token Summary
@endcan
@endsection
{{-- get online user using ajax --}}
@section('ajax')
@endsection