@extends('admin.layouts.masterlayout') @section('title', 'Dashboard') @section('head_title', 'Dashboard') @section('content')
{{-- BOXES --}}

Total Customers

{{ $data['customer_user_count'] }}

Total Artists

{{ $data['artist_user_count'] }}

Total Shop Users

{{ $data['shop_user_count'] }}

Total Bookings

{{ $data['bookings_count'] }}

Total Revenue

{{ $dkk_symbol }}{{ $data['admin_revenue'] }}

{{--

Active Subscriptions

100

--}}
{{-- CHART & LATEST USER LIST --}}
{{-- Revenue Chart --}}

Revenue Chart

{{-- Latest 5 User Based On Filters By Getting AJAX Call --}}

Latest Users

{{-- Data will be injected here via AJAX --}}
Name Email Registration Source Status
{{-- Pending Approvals For Shop --}}

Pending Approvals

# Shop Name Email Owner Name City Requested Date Status Action
@endsection @section('script') @endsection