@include('livewire.tenant.lemarex.email-template.partials._header')
@include('livewire.tenant.lemarex.email-template.partials._tools')
| @if ($manageColumns['name']) |
|
@endif
@if ($manageColumns['subject'])
Subject | @endif @if ($manageColumns['holders'])Type | @endif @if ($manageColumns['status'])Status | @endif @if ($manageColumns['created_by'])
|
@endif
@if ($manageColumns['created_at'])
|
@endif
@if ($manageColumns['updated_at'])
|
@endif
@if ($manageColumns['action'])
Action | @endif
|---|---|---|---|---|---|---|---|---|
| @if ($manageColumns['name']) | {{ $template->name }} | @endif @if ($manageColumns['subject']){{ $template->subject }} | @endif @if ($manageColumns['holders'])@foreach ($template->holders()->get() as $holder) {{ $holder->holder_type }} @endforeach | @endif @if ($manageColumns['status']){{ $template->status ? 'Active' : 'Inactive' }} | @endif @if ($manageColumns['created_by']){{ $template->user->given_names }} {{ $template->user->surname }} | @endif @if ($manageColumns['created_at']){{ $template->created_at }} | @endif @if ($manageColumns['updated_at']){{ $template->updated_at }} | @endif @if ($manageColumns['action'])@endif |
{{ $templates->links() }}