{{ $pageTitle }}
{{ __('SL') }} | {{ __('Subject') }} | {{ __('Body') }} | {{ __('Category') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|---|
{{ $loop->iteration }} | {!! $template->subject !!} | {!! strip_tags(Str::limit($template->body, 100, '...')) !!} | {{ emailTemplates($template->category) }} |
@if ($template->status == ACTIVE)
{{ __('Active') }}
@else
{{ __('Default') }}
@endif
|
|