@extends('admin.layout') @section('title', 'Popups') @section('content')
Manage promotional popups for the app and website
{{ $popup->getTranslation('title', 'ar') }}
@if($popup->getTranslation('body', 'en')){{ Str::limit(strip_tags($popup->getTranslation('body', 'en')), 80) }}
@endif {{-- Schedule info --}} @if($popup->isScheduled())No popups found. Create your first popup to engage users.