@include('livewire.tenant.lemarex.template.partials._header')
@include('livewire.tenant.lemarex.template.partials._tools')
| @if ($manageColumns['name']) |
|
@endif
@if ($manageColumns['tags'])
Requires Signature | @endif @if ($manageColumns['file'])File | @endif @if ($manageColumns['status'])Status | @endif @if ($manageColumns['type'])
|
@endif
@if ($manageColumns['created_at'])
|
@endif
@if ($manageColumns['updated_at'])
|
@endif
@if ($manageColumns['action'])
Action | @endif
|---|---|---|---|---|---|---|---|---|
| @if ($manageColumns['name']) | {{ $template->name }} | @endif @if ($manageColumns['tags'])@endif @if ($manageColumns['file']) | Download File | @endif @if ($manageColumns['status']){{ config('env.template_colors')[$template->status]['name'] }} | @endif @if ($manageColumns['type']){{ ucfirst($template->type) }} | @endif @if ($manageColumns['created_at']){{ $template->created_at }} | @endif @if ($manageColumns['updated_at']){{ $template->updated_at }} | @endif @if ($manageColumns['action'])@if($template->require_signature == 1 && $template->status == 3) Tag @endif @if ($template->trashed()) Restore @else Edit Delete @endif | @endif
{{ $templates->links() }}