{{-- ── Logo ──────────────────────────────────────────────────── --}}
PhyloPOS
{{-- ── Desktop Nav ───────────────────────────────────────────── --}} {{-- ── Desktop CTA ───────────────────────────────────────────── --}} {{-- ── Mobile Hamburger ──────────────────────────────────────── --}}
{{-- ── Mobile Menu ───────────────────────────────────────────────────── --}}

Solutions

@foreach(config('phylopos.industries') as $industry) {{ $industry['title'] }} @endforeach

Platform

@foreach([['Hardware', route('hardware')], ['Payments', route('payments')], ['Features', route('features.index')], ['Integrations', route('integrations')]] as [$label, $url]) {{ $label }} @endforeach
@foreach([['Customers', route('customers')], ['Pricing', route('pricing')], ['About', route('about')], ['Contact', route('contact')]] as [$label, $url]) {{ $label }} @endforeach