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

Sub Stores

Manage child stores against your available payin gateways.
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@forelse ($subStores as $subStore) @include('admin.sub_stores._row', ['subStore' => $subStore]) @empty @endforelse
Name Gateway Website Account No Store ID Api Key Actions
No sub stores found.
No sub stores found.
{{ $subStores->links() }}
@endsection @push('scripts') @endpush