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

Edit Popup

@csrf @method('PUT') {{-- 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 --}}
@if($popup->image)
@endif

Leave empty to keep current image. Max 5MB.

@error('image')

{{ $message }}

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

Display Settings

0 = show every time

@endsection ob_start();