{{ __('Iframe') }}

{{-- Iframe --}} @foreach ($feature_details as $feature) @if ($feature->type == 'iframe')
{{-- Add Iframe title --}} @if ($feature->label != null)
{{ $feature->label }}
@endif
@endif @endforeach