change column
This commit is contained in:
parent
1bb5406b80
commit
ca3985a551
@ -125,8 +125,8 @@
|
|||||||
<table class="table" id="template_table" style="width: 100%;">
|
<table class="table" id="template_table" style="width: 100%;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>@lang('messages.name')</th>
|
|
||||||
<th>@lang('messages.description')</th>
|
<th>@lang('messages.description')</th>
|
||||||
|
<th>@lang('messages.name')</th>
|
||||||
@if(auth()->user()->can('superadmin'))
|
@if(auth()->user()->can('superadmin'))
|
||||||
<th>
|
<th>
|
||||||
@lang('messages.is_global_template')
|
@lang('messages.is_global_template')
|
||||||
@ -153,8 +153,8 @@
|
|||||||
<table class="table" id="assigned_form_table" style="width: 100%;">
|
<table class="table" id="assigned_form_table" style="width: 100%;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>@lang('messages.name')</th>
|
|
||||||
<th>@lang('messages.description')</th>
|
<th>@lang('messages.description')</th>
|
||||||
|
<th>@lang('messages.name')</th>
|
||||||
@if (auth()->user()->hasRole(\App\Enums\User\RoleEnum::SUPERVISOR->value))
|
@if (auth()->user()->hasRole(\App\Enums\User\RoleEnum::SUPERVISOR->value))
|
||||||
<th>@lang('messages.created_by')</th>
|
<th>@lang('messages.created_by')</th>
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
Reference in New Issue
Block a user