{{-- --}}
@include('modals.superAdmin.account.setting.payment-method.add-payment-method') @include('modals.superAdmin.account.setting.payment-method.edit-payment-method')
{{-- --}} @if (count($payments) > 0) @foreach ($payments as $key => $payment) @if($payment->name == 'cash_on_delivery' || $payment->name == 'razorpay') {{-- --}} @endif @endforeach @else @endif
S.No Name StatusAction
{{ $payments->firstitem() + $key }} {{ $payment->description }}
status == 1 ? 'checked' : '' }} type="checkbox" role="switch" id="{{ $payment->id }}" wire:click="updateStatus($event.target.checked,'{{ $payment->id }}')">
 

No Record Found

@if ($payments) {{ $payments->links('vendor.livewire.bootstrap') }} @endif