Show deadline on user nominations page.
This commit is contained in:
parent
e112e3be89
commit
8e70f97fb0
|
|
@ -8,7 +8,9 @@
|
||||||
@foreach($ensembles as $ensemble)
|
@foreach($ensembles as $ensemble)
|
||||||
<x-layout.page-section>
|
<x-layout.page-section>
|
||||||
<x-slot:section_name>{{ $ensemble->name }}</x-slot:section_name>
|
<x-slot:section_name>{{ $ensemble->name }}</x-slot:section_name>
|
||||||
<x-slot:section_description>{{ $ensemble->data['max_nominations'] }} nominations accepted
|
<x-slot:section_description>
|
||||||
|
{{ $ensemble->data['max_nominations'] }} nominations accepted<br>
|
||||||
|
Entry Deadline {{ \Carbon\Carbon::parse($ensemble->entry_deadline)->format('M j, Y') }}
|
||||||
</x-slot:section_description>
|
</x-slot:section_description>
|
||||||
<x-table.table>
|
<x-table.table>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue