@php
$socials = [
['key' => 'social_instagram', 'label' => 'Instagram', 'icon' => 'fab fa-instagram', 'color' => 'text-pink-500', 'placeholder' => 'https://instagram.com/jeddahnight'],
['key' => 'social_twitter', 'label' => 'X (Twitter)', 'icon' => 'fab fa-x-twitter', 'color' => 'text-gray-900', 'placeholder' => 'https://x.com/jeddahnight'],
['key' => 'social_facebook', 'label' => 'Facebook', 'icon' => 'fab fa-facebook', 'color' => 'text-blue-600', 'placeholder' => 'https://facebook.com/jeddahnight'],
['key' => 'social_tiktok', 'label' => 'TikTok', 'icon' => 'fab fa-tiktok', 'color' => 'text-gray-900', 'placeholder' => 'https://tiktok.com/@jeddahnight'],
['key' => 'social_snapchat', 'label' => 'Snapchat', 'icon' => 'fab fa-snapchat', 'color' => 'text-yellow-400', 'placeholder' => 'https://snapchat.com/add/jeddahnight'],
['key' => 'social_youtube', 'label' => 'YouTube', 'icon' => 'fab fa-youtube', 'color' => 'text-red-600', 'placeholder' => 'https://youtube.com/@jeddahnight'],
['key' => 'social_linkedin', 'label' => 'LinkedIn', 'icon' => 'fab fa-linkedin', 'color' => 'text-blue-700', 'placeholder' => 'https://linkedin.com/company/jeddahnight'],
];
@endphp
@foreach($socials as $social)
@endforeach