TKK_E32222868/resources/views/test-payment.blade.php

19 lines
314 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ $title ?? 'Midtrans Page' }}</title>
@livewireStyles
@stack('styles')
</head>
<body class="bg-gray-50 text-gray-800 font-sans">
@livewire('midtrans-payment')
@livewireScripts
@stack('scripts')
</body>
</html>