@php $whatsapp = \App\Models\SiteSetting::where('key', 'social_whatsapp')->value('value'); $cleanWhatsapp = preg_replace('/[^0-9]/', '', $whatsapp); $siteName = \App\Models\SiteSetting::where('key', 'site_name')->value('value') ?? 'OneHost BD'; // 5 Support Members $agents = [ ['name' => 'Arif Hossain', 'img' => 'https://i.pravatar.cc/150?u=arif', 'role' => 'Senior Support'], ['name' => 'Tania Akter', 'img' => 'https://i.pravatar.cc/150?u=tania', 'role' => 'Account Manager'], ['name' => 'Rakib Ahmed', 'img' => 'https://i.pravatar.cc/150?u=rakib', 'role' => 'Technical Support'], ['name' => 'Shuvo Khan', 'img' => 'https://i.pravatar.cc/150?u=shuvo', 'role' => 'Hosting Expert'], ['name' => 'Samiul Islam', 'img' => 'https://i.pravatar.cc/150?u=sami', 'role' => 'Customer Success'], ]; $randomAgent = $agents[array_rand($agents)]; @endphp @if($whatsapp)