@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
{{ __('This name will not appear in UI') . '. '.__('Rather then') . ', '. __('it will help the admin to identify the popup') . '.' }}
{{ __('This will decide the transparency level of the color') .'.' }} {{ __('Value must be between 0 to 1') . '.' }} {{ __('Transparency level will be lower with the increment of the value') . '.' }}
{{ __('Popup will appear in UI after this delay time') . '.' }}
{{__('If there are multiple active popups') . ', ' .__('then popups will be shown in UI according to serial number') . '.' }} {{__('The higher the serial number is, the later the Popup will be shown') . '.' }}