Lines 290-370 (SMS Gateway panel end to form close): ================================================================================ 290: Code 291: Icon 292: Accounts 293: Status 294: @can('edit_settings')Actions@endcan 295: 296: 297: 298: @forelse($allPaymentMethods as $method) 299: 300:

{{ $method->name }}

@if($method->description)

{{ $method->description }}

@endif
301: {{ $method->code }} 302: {{ $method->icon ?? 'fa-wallet' }} 303: {{ $method->accounts->count() }} 304: @if($method->is_active)Active@elseInactive@endif 305: @can('edit_settings') 306:
307: 308: 309: 310:
311: @endcan 312: 313: @empty 314:

No payment methods configured

315: @endforelse 316: 317: 318: 319: 320: 321: 322: 323:
324:

Make sure to save your changes

325: 326:
327: 328: 329: 330: {{-- Add Payment Method Modal --}} 331: @can('edit_settings') 332: 352: 353: {{-- Edit Payment Method Modal --}} 354: