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

Patch Management(Send Patch to Customer)

{{-- @include('components/search-by', ['searchBy' => $searchBy ?? []]) --}}
{{-- --}} @foreach ($results as $patch) {{-- --}} @endforeach
# Patch ID Patch Name Description Server Date Level Remark Action
{{ $patch->PID }} {{ $patch->PATCHNAME }} {{ $patch->PDESC }} {{ $patch->NUMSERVER }} {{ $patch->PDATE }} {{ $patch->PLEVEL }} {{ $patch->Remark }}
{{-- --}} {{ $results->links('livewire.paginate-custom') }}
@elseif($action === 'edit') {{-- --}} @endif