@php $isProduction = config('services.midtrans.is_production', false); $clientKey = config('services.midtrans.client_key'); $snapUrl = $isProduction ? 'https://app.midtrans.com/snap/snap.js' : 'https://app.sandbox.midtrans.com/snap/snap.js'; @endphp @if($clientKey) @endif @routes @if(app()->environment(['local', 'development'])) @viteReactRefresh @endif @vite(['resources/css/app.css', 'resources/js/app.jsx']) @inertiaHead
@inertia