{{-- --}} {{ __('VIP Learning Program') }}

{{ __('Our intensive learning programs are available for all courses and subjects') }}

{{ __('Features of the VIP program') }}

@foreach ($vipProgramFeatures as $feature)

{{ __('No.') }} {{ $feature['no'] }}

{{ $feature['title'][$locale] }}

{!! $feature['icon'] !!}

{{ $feature['description'][$locale] }}

@endforeach