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

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 }} {{ \Illuminate\Support\Str::limit($patch->PDESC, 40) }} {{ $patch->NUMSERVER }} {{ $patch->PDATE }} {{ $patch->PLEVEL }} {{ $patch->Remark }}
{{-- --}} {{ $results->links('livewire.paginate-custom') }}
@elseif($action === 'edit') @endif