Move some server function to Server::class (from Entry::class)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<table class="table">
|
||||
@foreach ($o->getAttributes() as $attribute => $value)
|
||||
<tr>
|
||||
<th>{{ $attribute }}</th>
|
||||
<th class="w-25">{{ $attribute }}</th>
|
||||
<td>{!! $value !!}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
Reference in New Issue
Block a user