@php $titles = ['maintenance' => "We'll be right back", 'coming_soon' => 'Coming soon', 'under_construction' => 'Under construction']; $leads = [ 'maintenance' => 'is undergoing scheduled maintenance. Your data is safe and any payments already made are unaffected. Please check back shortly.', 'coming_soon' => 'is launching soon. Verified engineers, technicians and firms across Kenya and Tanzania โ all in one place.', 'under_construction' => 'is being improved right now. We\'re putting the finishing touches to a better experience. Please check back soon.', ]; $icon = ['maintenance' => '๐ ๏ธ', 'coming_soon' => '๐', 'under_construction' => '๐๏ธ'][$mode] ?? '๐ ๏ธ'; @endphp
{{ $platformName }} {{ $leads[$mode] ?? $leads['maintenance'] }}
@if($message)