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

Patch Management

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