@extends('admin.layouts.app') @section('title', 'Settings') @section('content')
Update your store information.
Use a strong password.
This is automatically injected via the Shopify Theme App Extension. For manual testing:
<script src="{{ config('CDN_URL', 'https://cdn.yourdomain.com') }}/checkout-sdk.js"
onload="window.ExternalCheckout.init({ shop: '{{ $shop->domain }}', apiUrl: '{{ config('app.url') }}' })"
defer></script>