@php
$pmTypes = [
'text' => ['label' => 'نص فقط', 'color' => 'text-gray-600', 'svg' => '
'],
'image' => ['label' => 'صورة', 'color' => 'text-blue-500', 'svg' => '
'],
'video' => ['label' => 'فيديو', 'color' => 'text-red-500', 'svg' => '
'],
'quick_replies' => ['label' => 'ردود سريعة', 'color' => 'text-yellow-500', 'svg' => '
'],
'buttons' => ['label' => 'أزرار', 'color' => 'text-green-500', 'svg' => '
'],
];
@endphp
@foreach($pmTypes as $key => $data)
@endforeach