@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'] }}
{{--
--}}
{{-- CHART & LATEST USER LIST --}}
{{-- Revenue Chart --}}
Revenue Chart
{{-- Latest 5 User Based On Filters By Getting AJAX Call --}}
Latest Users
Name |
Email |
Registration Source |
Status |
{{-- Data will be injected here via AJAX --}}
{{-- Pending Approvals For Shop --}}
Pending Approvals
# |
Shop Name |
Email |
Owner Name |
City |
Requested Date |
Status |
Action |
@endsection
@section('script')
@endsection