Re-enable director results
This commit is contained in:
parent
b5501789a9
commit
b78f8e3117
|
|
@ -38,7 +38,7 @@
|
||||||
</x-card.card>
|
</x-card.card>
|
||||||
</div>
|
</div>
|
||||||
@if(Auth::user()->school_id)
|
@if(Auth::user()->school_id)
|
||||||
<div class="md:col-span-3 pl-3"> Column 2 Results
|
<div class="md:col-span-3 pl-3"> <!--Column 2 Results -->
|
||||||
<x-card.card>
|
<x-card.card>
|
||||||
<x-card.heading>My Results</x-card.heading>
|
<x-card.heading>My Results</x-card.heading>
|
||||||
@include('dashboard.results-table')
|
@include('dashboard.results-table')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue