Past Email Message
@if ($notifications->count() > 0)| # | Date | Subject | Body |
|---|---|---|---|
| {{ $index + 1 }} | {{ $detail->created_at->format('Y-m-d H:i') }} | {{ $detail->subject }} | {{ strip_tags($detail->body) }} |
No past email messages found.
@endif@extends('core::admin.master') @section('title', $model->present()->title) @section('content') {!! BootForm::open()->post()->action(route('admin::postnotificationmail-membershipregistration', $model->id))->multipart()->role('form') !!} {!! BootForm::bind($model) !!} @include('memberships::admin._notificationmailform') {!! BootForm::close() !!}
| # | Date | Subject | Body |
|---|---|---|---|
| {{ $index + 1 }} | {{ $detail->created_at->format('Y-m-d H:i') }} | {{ $detail->subject }} | {{ strip_tags($detail->body) }} |
No past email messages found.
@endif