@php $settings = app(\App\Support\AppSettings::class); $storeName = $settings->get('company_name', 'Our Pharmacy'); $aboutImage = $settings->get('shop_about_image_path') ? (Str::startsWith($settings->get('shop_about_image_path'), ['http://', 'https://']) ? $settings->get('shop_about_image_path') : asset($settings->get('shop_about_image_path'))) : 'https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=1300&q=85'; @endphp {{-- Page hero --}}
About {{ $storeName }}

{{ $settings->get('shop_about_title') }}

{{ $settings->get('shop_about_body') }}

{{ $storeName }} about image
{{-- Stats --}}
@foreach ([ ['users', number_format($stats['customers']).'+', 'Customers cared for', 'Families who trust us in-store and online'], ['pill', number_format($stats['products']).'+', 'Products in stock', 'Medicines and essentials, batch and expiry tracked'], ['package-check', number_format($stats['orders']).'+', 'Orders fulfilled', 'Prepared, checked, and delivered with care'], ] as [$icon, $value, $label, $sub])

{{ $value }}

{{ $label }}

{{ $sub }}

@endforeach
{{-- Mission / values --}}

Why we exist

Good health should never depend on luck

Too many people gamble on street-corner stock: medicines stored badly, close to expiry, or not genuine at all. We built this store so that anyone can order with total confidence - the exact same batch-tracked, temperature-controlled inventory our pharmacists dispense across the counter.

@foreach ([ ['shield-check', 'Licensed & accountable', 'A registered pharmacy with a named pharmacist responsible for every dispatch.'], ['thermometer-snowflake', 'Stored the right way', 'Cold-chain and humidity-controlled storage, monitored daily.'], ['calendar-check', 'Freshness by design', 'First-expiry-first-out picking means the freshest batch leaves the shelf first.'], ['file-text', 'Prescriptions respected', 'Rx medicines ship only after a pharmacist verifies the prescription details.'], ] as [$icon, $title, $sub])

{{ $title }}

{{ $sub }}

@endforeach

How we source

Only licensed suppliers, ever

Every product enters our shelves through verified distributors and manufacturers. Each delivery is logged with its batch number, manufacturing date, and expiry - so we can trace any strip in the store back to its source in seconds.

Pharmacists on call

Real people behind every order

Unsure about a dosage or an interaction? Message us before you order. Our pharmacist team reviews every prescription order and will call you if anything needs a second look.

{{-- Why choose us --}}

Why choose us

The pharmacy counter, without the queue

@foreach ([ ['badge-percent', 'Honest prices', 'Online prices match our counter - no markup for convenience.'], ['timer', 'Same-day dispatch', 'Order before 6 PM and your medicines leave the pharmacy today.'], ['lock', 'Safe payments', 'Cash on delivery, or pay securely by card and PayPal.'], ['layout-dashboard', 'Customer dashboard', 'Review orders, saved delivery details, and account updates in one polished workspace.'], ] as [$icon, $title, $sub])

{{ $title }}

{{ $sub }}

@endforeach
{{-- CTA --}}

Ready when you are

Create a free account to save your details, reorder in seconds, and follow every delivery.