remove depricasted code

This commit is contained in:
Matt Young 2025-10-11 20:36:58 -05:00
parent 011900461a
commit ccd206c2af
1 changed files with 0 additions and 9 deletions

View File

@ -39,10 +39,6 @@
@if($prelimScoresheets->has($entry->id))
{{ $prelimScoresheets[$entry->id]->subscores[$subscore->id]['score'] }}
@endif
{{-- @php--}}
{{-- dd($prelimScoresheets[$entry->id]->subscores[$subscore->id]['score']);--}}
{{-- if( $x = $prelimScoresheets[$entry->id]) echo $x[$subscore->id]['score'];--}}
{{-- @endphp--}}
</x-table.td>
@endforeach
<x-table.td>
@ -50,11 +46,6 @@
{{ $prelimScoresheets[$entry->id]->created_at->setTimezone('America/Chicago')->format('m/d/y H:i') }}
@endif
</x-table.td>
{{-- <x-table.td>--}}
{{-- {{ Auth::user()->timeForEntryScores($entry->id)?->setTimezone('America/Chicago')->format('m/d/y H:i') }}--}}
{{-- </x-table.td>--}}
</tr>
@endforeach
</x-table.body>