@if ($action === 'list')
{{ $message }}

Send Patch to Customer

@foreach ($results as $patch) @endforeach
Patch ID Patch Name Description Server Date Level Remark Action
{{ $patch->PID }} {{ $patch->PATCHNAME }} {{ \Illuminate\Support\Str::limit($patch->PDESC, 40) }} {{ $patch->NUMSERVER }} {{ $patch->PDATE }} {{ $patch->PLEVEL }} {{ $patch->Remark }}
{{-- --}} {{ $results->links('livewire.paginate-custom') }}
@elseif($action === 'edit') @endif