@extends('merchant.layout.app', ['page' => 'notifications']) @section('title', 'Push Notifications') @section('content')
|
Title |
Description |
Image |
Status |
Sent At |
Action |
|---|---|---|---|---|---|
|
{{ $notification->title }}
@if ($notification->notes)
{{ Str::limit($notification->notes, 40) }}
@endif
|
{{-- Description --}}
{{ $notification->description ? Str::limit($notification->description, 80) : '—' }} |
{{-- Image --}}
@if ($notification->image)
|
{{-- Status --}}
@if ($notification->status === 'active') Active @else {{ ucfirst($notification->status) }} @endif | {{-- Sent at --}}
{{ $notification->created_at->format('M d, Y') }} {{ $notification->created_at->format('h:i A') }} |
{{-- Delete --}}
{{-- Delete button --}}
{{-- Inline confirm --}}
Sure?
|
| No push notifications sent yet. | |||||