@if (session()->has('message'))
{{ session('message') }}
@endif

Send Multi Patch

@foreach ($results as $patch) @endforeach
Patch ID Patch Name Description Server Date Remark
{{ $patch->PID }} {{ \Illuminate\Support\Str::limit($patch->PATCHNAME, 40) }} {{ \Illuminate\Support\Str::limit($patch->PDESC, 40) }} {{ $patch->server }} {{ $patch->PDATE }} {{ $patch->Remark }}
{{ $results->links('livewire.paginate-custom') }}
{{--
    @foreach ($insertedIds as $id)
  • {{ $id }}
  • @endforeach
--}}