Shopify Settings
@if (session('success'))
{{ session('success') }}
@endif
@include('integration.edit', [
'integration' => \App\Models\ApiIntegration::where('name', 'stuller')->first(),
'shippingMethods' => app(\App\Http\Controllers\ApiIntegrationController::class)->getShippingMethods()
])
@endsection