@if (isset($data['notification_types'])) @foreach ($data['notification_types'] ?? [] as $notification_type) @if ($notification_type == 'onesignal') {{ __('general.notification_type.notification') }} @else {{ __("general.notification_type.$notification_type") }} @endif @if (!$loop->last) , @endif @endforeach @else ----- @endif