@extends('layouts.admin.base') @section('page-title') Popup Forms @endsection @section('content')
| Title | Recurring | Status | Target | Created | Action |
|---|---|---|---|---|---|
|
{{ $popup->title }} |
{{ $popup->recurring ? "Yes" : "No" }} |
{{ $popup->active ? "Active" : "In-active" }} |
{{ $popup->target }} |
{{ formatDateTime($popup->created_at) }} |
|