@extends('layouts.apoteker') @section('title', 'Dashboard Apoteker') @section('content')
{{ \App\Models\Catalog::where('created_by', auth()->id())->count() }}
{{ $jumlahTransaksiSaya }}
{{ \App\Models\Patient::where('apoteker_id', auth()->id())->count() }}
{{ \App\Models\NaranjoMonitoring::where('created_by', auth()->id())->count() }}
{{ \App\Models\PrescriptionScreening::where('apoteker_id', auth()->id())->count() }}
{{ \App\Models\HomePharmacyVisit::where('apoteker_id', auth()->id())->count() }}
{{ \App\Models\Konseling::where('apoteker_id', auth()->id())->count() }}
{{ \App\Models\PioDocument::where('apoteker_id', auth()->id())->count() }}
{{ \App\Models\News::where('created_by', auth()->id())->count() }}