Add director names to shirt size list for SCOBDA auditions.
This commit is contained in:
parent
787e552e11
commit
72c86e3a8a
|
|
@ -15,7 +15,12 @@
|
||||||
@continue(!isset($schoolShirtCounts[$school->id]))
|
@continue(!isset($schoolShirtCounts[$school->id]))
|
||||||
@php($total = 0)
|
@php($total = 0)
|
||||||
<tr>
|
<tr>
|
||||||
<x-table.td>{{ $school->name }}</x-table.td>
|
<x-table.td>
|
||||||
|
{{ $school->name }}
|
||||||
|
@foreach($school->users as $user)
|
||||||
|
<br /> {{ $user->full_name() }}
|
||||||
|
@endforeach
|
||||||
|
</x-table.td>
|
||||||
@foreach($shirtSizes as $shortSize => $size)
|
@foreach($shirtSizes as $shortSize => $size)
|
||||||
<x-table.td>
|
<x-table.td>
|
||||||
{{ $schoolShirtCounts[$school->id][$shortSize] ?? '-' }}
|
{{ $schoolShirtCounts[$school->id][$shortSize] ?? '-' }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue