v1.5.10 I fix some stuff
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
<div class="container letterSpaceTable mt-1">
|
||||
<table style="border: 1px solid lightgrey; width: 100%;">
|
||||
<tr>
|
||||
<td> {!!(\App\Event::query()->orderBy("date", "asc")->first()->description)!!}</td>
|
||||
<td> {!! \App\Helpers::closetags(substr(ucfirst(strtolower(\App\Event::query()->orderBy("date", "asc")->first()->description)), 0, 300) ) !!}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<input type="hidden" name="event_id" value="{{ \App\Event::query()->orderBy("date", "asc")->first()->id }}">
|
||||
|
||||
Reference in New Issue
Block a user