@extends('layouts.admin') @section('title', 'Popup Offers - Orange Groceries Admin') @section('header_title', 'Promotional Popup Offers') @section('content')
| Title | Description | Image | Status | Actions |
|---|---|---|---|---|
| {{ $pop->title }} | {{ $pop->description }} |
@if($pop->image)
|
{{ $pop->status ? 'Active' : 'Disabled' }} |