{{ $notice->title }}
@if($notice->hasImage())
{!! nl2br(e($notice->content)) !!}
@if($notice->hasActionLink())
@endif
@extends('admin.layouts.app') @section('title', 'নোটিফিকেশন বিস্তারিত') @section('panel') @php $pageTitle = 'নোটিফিকেশন বিস্তারিত'; @endphp @push('breadcrumb-plugins') নোটিফিকেশন তালিকা @endpush
| ইউজার | Referral Code | Web Status | Email Status | Read Time | |
|---|---|---|---|---|---|
|
{{ $recipient->user?->name ?? 'ইউজার পাওয়া যায়নি' }}
ID: {{ $recipient->user_id ?? 'N/A' }}
|
{{ $recipient->target_referral_code ?: 'N/A' }}
|
{{ $recipient->recipient_email ?: 'Email নেই' }} | @if($recipient->is_read) Read @else Unread @endif | @if($recipient->email_status === 'sent') Sent @elseif($recipient->email_status === 'pending') Pending @elseif($recipient->email_status === 'failed') Failed @elseif($recipient->email_status === 'skipped') Skipped @else Not Requested @endif | {{ $recipient->read_at?->format('d M Y, h:i A') ?? '-' }} |
| কোনো recipient পাওয়া যায়নি। | |||||