remove depricasted code
This commit is contained in:
parent
011900461a
commit
ccd206c2af
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue