@extends('layouts.admin.index') @section('content')
Popup Image
Info:
  • Upload Image: Please upload an image for the pop-up display. Recommended size: 1080 x 2340 px.
  • File Size: Ensure the image file size is below 10MB.
  • Event Name: Enter a short and clear name for the pop-up event.
After submission, the pop-up will be shown on the main page of the app.
Create Pop-up Display
@if(session('success'))
{{ session('success') }}
@endif
@csrf

Existing Pop-ups

@foreach($popups as $popup) @endforeach
Image Event Name Status Actions
{{ $popup->name_event }}
@csrf
@csrf @method('DELETE')
@endsection