Store Details
Live Preview
{{ $store->store_name ?? 'Store Name' }}
@php $addressParts = []; if (!empty($store->address)) $addressParts[] = $store->address; if (!empty($store->city)) $addressParts[] = $store->city; if (!empty($store->country)) $addressParts[] = $store->country; echo implode(', ', $addressParts) ?: 'Store Address'; @endphp
System Status
Quick Actions
Store Information Usage
This information is used in:
- Receipts and invoices
- POS system display
- Customer communications
- Tax reporting (VAT, KRA)
- eTIMS integration