@php $industryTabs = [ ['id' => 'retail', 'label' => 'Retail'], ['id' => 'wholesale', 'label' => 'Wholesale Shops'], ['id' => 'service', 'label' => 'Service Business'], ['id' => 'hospitality', 'label' => 'Hospitality'], ]; $industries = [ ['icon' => 'shopping-bag', 'name' => 'Liquor stores', 'category' => 'retail'], ['icon' => 'sparkles', 'name' => 'Beauty & Cosmetics', 'category' => 'service'], ['icon' => 'file-text', 'name' => 'Stationery & Bookshops', 'category' => 'retail'], ['icon' => 'package', 'name' => 'Gift shops', 'category' => 'retail'], ['icon' => 'shirt', 'name' => 'Fashion & Clothing stores', 'category' => 'retail'], ['icon' => 'store', 'name' => 'Supermarkets', 'category' => 'retail'], ['icon' => 'pill', 'name' => 'Pharmacies', 'category' => 'service'], ['icon' => 'utensils', 'name' => 'Restaurants', 'category' => 'hospitality'], ['icon' => 'wrench', 'name' => 'Hardware stores', 'category' => 'service'], ['icon' => 'truck', 'name' => 'Distribution', 'category' => 'wholesale'], ]; @endphp
Built for your world

Perfect for businesses
just like yours

Learn more about unique features per industry
@foreach ($industryTabs as $tab) @endforeach
@foreach ($industries as $industry) @endforeach
Smiling young African business owner in a green shirt and black apron