{{ $company }} (SN={{ $serverKey }}):: History Patch

{{-- --}}
@foreach ($historyPatchList as $key => $patch) @endforeach
Task Date @if ($sortHistoryField == 'cp.TaskDate') {{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }} @endif Task Status @if ($sortHistoryField == 'cp.TaskStatus') {{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }} @endif Task Runner @if ($sortHistoryField == 'cp.TaskRunner') {{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }} @endif Task Finish @if ($sortHistoryField == 'cp.TaskFinish') {{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }} @endif Patch ID @if ($sortHistoryField == 'cs.PID') {{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }} @endif Patch Name @if ($sortHistoryField == 'cs.PATCHNAME') {{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }} @endif Approve Date @if ($sortHistoryField == 'cs.PAPPROVEDATE') {{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }} @endif Description @if ($sortHistoryField == 'cs.PDESC') {{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }} @endif
{{ $patch->TaskDate }} {{ $patch->TaskStatus }} {{ $patch->TaskRunner }} {{ $patch->TaskFinish }} {{ $patch->PID }} {{ $patch->PATCHNAME }} {{ $patch->PAPPROVEDATE }} {{ $patch->PDESC }}
{{ $historyPatchList->links('livewire.paginate-custom') }}