{{-- Mobile Support Widget Partial Shows support options, FAQs, and contact methods Expects: $settings (for contact info) --}} @php $supportOptions = [ [ 'icon' => 'fa-solid fa-message', 'title' => 'Live Chat', 'description' => 'Get instant help from our team', 'action' => 'Start Chat', 'color' => 'from-blue-500 to-blue-600', 'bg_color' => 'bg-blue-100 dark:bg-blue-900/30', 'text_color' => 'text-blue-600 dark:text-blue-400', 'route' => route('support'), 'available' => true ], [ 'icon' => 'fa-solid fa-envelope', 'title' => 'Email Support', 'description' => 'Send us a detailed message', 'action' => 'Send Email', 'color' => 'from-green-500 to-green-600', 'bg_color' => 'bg-green-100 dark:bg-green-900/30', 'text_color' => 'text-green-600 dark:text-green-400', 'route' => 'mailto:' . ($settings->contact_email ?? 'support@example.com'), 'available' => true ], [ 'icon' => 'fa-solid fa-phone', 'title' => 'Phone Support', 'description' => 'Call us for urgent matters', 'action' => 'Call Now', 'color' => 'from-purple-500 to-purple-600', 'bg_color' => 'bg-purple-100 dark:bg-purple-900/30', 'text_color' => 'text-purple-600 dark:text-purple-400', 'route' => 'tel:' . ($settings->contact_phone ?? '+1-800-SUPPORT'), 'available' => !empty($settings->contact_phone) ] ]; @endphp

Need Help?

Support Center
@foreach($supportOptions as $option) @if($option['available'])

{{ $option['title'] }}

{{ $option['description'] }}

@endif @endforeach

24/7 Support

We're here to help you anytime

24/7

Support

Fast