Dashboard
@if(auth()->user()->pharmacy)
{{ auth()->user()->pharmacy->name }}
License: {{ auth()->user()->pharmacy->license_number }}
@if(! auth()->user()->pharmacy->isVerified())
Your pharmacy is pending verification. Admin must approve it before you can use the marketplace.
@else
Verified. You can start adding stock and requesting medicines.
@endif
@else
No pharmacy linked to this account.
@endif