@extends('admin.layout') @section('title', 'Create Popup') @section('content')
Back to Popups

Create Popup

@csrf {{-- Bilingual: Title --}}
Title *
EN | AR

English

@error('title_en')

{{ $message }}

@enderror

Arabic

@error('title_ar')

{{ $message }}

@enderror
{{-- Bilingual: Body/Content --}}
Content
EN | AR

English

Arabic

{{-- Image --}}

Recommended: 800x600px or 1:1 ratio. Max 5MB.

@error('image')

{{ $message }}

@enderror
{{-- Link Settings --}}
{{-- Button Text --}}
{{-- Display Settings --}}

Display Settings

0 = show every time

{{-- Schedule --}}

Leave empty for immediately

Leave empty for no expiry

{{-- Toggles --}}
@endsection ob_start();