@extends('layouts.admin')
@section('title','Dashboard')
@section('styles')
@endsection
@section('content')
@role('super_admin|admin|human_resource|accounting|admin_cashier')
Members
{{ $member_count }}
Total
Merchants
{{ $merchant_count }}
Total
Pts. as Payment
{{ number_format($total_points_payment,2) }}
Total
System & Maintenance
{{ $total_system }}
Total
Advocacy
{{ $total_advocacy }}
Total
Members Earned Pts.
{{ $total_points }}
Total
@endrole
@role('merchant_admin')
@if($maintaining_balance > $remaining_balance)
Your Wallet Remaining Balance is now below ₱ {{ number_format($maintaining_balance,2) }}. Please top-up immediately.
@endif
@if (auth()->user()->account->merchant->is_mobile == 1)
@if(auth()->user()->account->merchant->merchantAgreement->application_type == 'kol-a')
Cashiers
{{ $merchant_cashier_count }}
Total
Doctors
{{ $merchant_doctor_count }}
Total
Patients
{{ $merchant_patient_count }}
Total
@else
Pending Orders
{{ $pending_orders_count }}
Total
Customers
{{ $customer_count }}
Total
Products
{{ $product_count }}
Total
@endif
Reviews
{{ $merchant_review_count }}
Total
@endif
Wallet Maintaining Balance
₱ {{ number_format($maintaining_balance,2) }}
Total
Wallet Remaining Balance
₱ {{ number_format($remaining_balance,2) }}
Total
@endrole
@role('doctor')
Pending Appointments
{{ $doctor_appointment_count }}
Total
Patients
{{ $doctor_patient_count }}
Total
Reviews
{{ $doctor_reviews_count }}
Total
Pending Appointments ()
| Patient Name |
Reference # |
Schedule |
Payment |
Status |
Recent Appointments ()
| Patient Name |
Reference # |
Schedule |
Payment |
Status |
@endrole
@include('dashboard.partials.footer')
@endsection
@push('scripts')
@endpush