remove depricasted code
This commit is contained in:
parent
011900461a
commit
ccd206c2af
|
|
@ -39,10 +39,6 @@
|
||||||
@if($prelimScoresheets->has($entry->id))
|
@if($prelimScoresheets->has($entry->id))
|
||||||
{{ $prelimScoresheets[$entry->id]->subscores[$subscore->id]['score'] }}
|
{{ $prelimScoresheets[$entry->id]->subscores[$subscore->id]['score'] }}
|
||||||
@endif
|
@endif
|
||||||
{{-- @php--}}
|
|
||||||
{{-- dd($prelimScoresheets[$entry->id]->subscores[$subscore->id]['score']);--}}
|
|
||||||
{{-- if( $x = $prelimScoresheets[$entry->id]) echo $x[$subscore->id]['score'];--}}
|
|
||||||
{{-- @endphp--}}
|
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
@endforeach
|
@endforeach
|
||||||
<x-table.td>
|
<x-table.td>
|
||||||
|
|
@ -50,11 +46,6 @@
|
||||||
{{ $prelimScoresheets[$entry->id]->created_at->setTimezone('America/Chicago')->format('m/d/y H:i') }}
|
{{ $prelimScoresheets[$entry->id]->created_at->setTimezone('America/Chicago')->format('m/d/y H:i') }}
|
||||||
@endif
|
@endif
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
|
|
||||||
{{-- <x-table.td>--}}
|
|
||||||
{{-- {{ Auth::user()->timeForEntryScores($entry->id)?->setTimezone('America/Chicago')->format('m/d/y H:i') }}--}}
|
|
||||||
{{-- </x-table.td>--}}
|
|
||||||
</tr>
|
</tr>
|
||||||
@endforeach
|
@endforeach
|
||||||
</x-table.body>
|
</x-table.body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue