Move some server function to Server::class (from Entry::class)

This commit is contained in:
Deon George
2023-02-19 16:35:07 +11:00
parent 92e5afd614
commit 4f9accbadf
11 changed files with 258 additions and 227 deletions

View File

@@ -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