change column

This commit is contained in:
NW 2024-04-23 09:07:42 +00:00
parent 1bb5406b80
commit ca3985a551

View File

@ -125,8 +125,8 @@
<table class="table" id="template_table" style="width: 100%;">
<thead>
<tr>
<th>@lang('messages.name')</th>
<th>@lang('messages.description')</th>
<th>@lang('messages.name')</th>
@if(auth()->user()->can('superadmin'))
<th>
@lang('messages.is_global_template')
@ -153,8 +153,8 @@
<table class="table" id="assigned_form_table" style="width: 100%;">
<thead>
<tr>
<th>@lang('messages.name')</th>
<th>@lang('messages.description')</th>
<th>@lang('messages.name')</th>
@if (auth()->user()->hasRole(\App\Enums\User\RoleEnum::SUPERVISOR->value))
<th>@lang('messages.created_by')</th>
@endif