| # | {{ __('Subject / Preview') }} | {{ __('Recipients') }} | {{ __('Channels') }} | {{ __('Priority') }} | {{ __('Status') }} | {{ __('Created at') }} | {{ __('Send time') }} |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($sentHistory->currentPage() - 1) * $sentHistory->perPage() }} |
{{ $log->description }}
{{ data_get($props, 'body', '---') }}
|
|
@if(count($channels))
@foreach($channels as $ch)
{{ $ch }}
@endforeach
@else
-
@endif
|
@if($priority === 'urgent') {{ $priority }} @elseif($priority === 'high') {{ $priority }} @elseif($priority === 'low') {{ $priority }} @else {{ $priority }} @endif | @if($scheduled) {{ __('Scheduled') }} @else {{ __('Delivered') }} @endif | {{ $log->created_at->format('Y-m-d H:i') }} | {{ $scheduled }} |
| {{ __('No notifications sent yet.') }} | |||||||