@extends('admin.layouts.app', ['title' => 'Payin Sub Methods']) @push('head') @endpush @section('content')

Payin Sub Methods

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@forelse ($subMethods as $subMethod) @include('admin.payin_sub_methods._row', ['subMethod' => $subMethod]) @empty @endforelse
Payin Gateway Name Api Key Store ID Website Actions
No payin sub methods found.
No payin sub methods found.
{{ $subMethods->onEachSide(1)->links('pagination::bootstrap-5') }}
@endsection @push('scripts') @endpush