T-shirt totals for SCOBDA
This commit is contained in:
parent
d582317030
commit
abc8b0bcb1
|
|
@ -8,17 +8,21 @@
|
|||
<p class="text-md/6 font-semibold text-gray-800 mb-3">Select Ensemble</p>
|
||||
<ul role="list" class="-mx2 space-y-1">
|
||||
@foreach($ensembles as $menuItem)
|
||||
<li>
|
||||
<a href="{{ route('nomination.admin.seating.show',[$menuItem->id]) }}"
|
||||
class="group flex gap-x-3 rounded-md p-2 pl-3 text-sm/6 font-semibold text-gray-700 hover:bg-gray-50 hover:text-indigo-600">
|
||||
{{ $menuItem->name }}
|
||||
</a>
|
||||
</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
<p class="text-md/6 font-semibold text-gray-800 mb-3 mt-3">Shirts Needed</p>
|
||||
<ul role="list" class="-mx2 space-y-1">
|
||||
<li>
|
||||
<a href="{{ route('nomination.admin.seating.index', ['shirtReportType'=>'full']) }}" class="group flex gap-x-3 rounded-md p-2 pl-3 text-sm/6 font-semibold text-gray-700 hover:bg-gray-50 hover:text-indigo-600">
|
||||
Total Needed
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue