|
@@ -626,9 +626,7 @@ foreach ($pro->allShortcuts() as $shortcut) {
|
|
<pre class="m-0 break-spaces">{{ $memo->content }}</pre>
|
|
<pre class="m-0 break-spaces">{{ $memo->content }}</pre>
|
|
</td>
|
|
</td>
|
|
<td class="text-nowrap">
|
|
<td class="text-nowrap">
|
|
- @if($performer->pro->pro_type == 'ADMIN')
|
|
|
|
- <strong>{{$memo->createdBy->proname_first}} {{$memo->createdBy->pro->name_last}}</strong><br />
|
|
|
|
- @endif
|
|
|
|
|
|
+ <strong>{{$memo->createdBy->pro->name_first}} {{$memo->createdBy->pro->name_last}}</strong><br />
|
|
{{ friendly_date_time($memo->created_at) }}
|
|
{{ friendly_date_time($memo->created_at) }}
|
|
</td>
|
|
</td>
|
|
@if($performer->pro->pro_type === 'ADMIN' )
|
|
@if($performer->pro->pro_type === 'ADMIN' )
|