Kasir/resources/views/app.blade.php
2025-08-27 16:32:02 +07:00

11 lines
200 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>Abbauf App</title>
</head>
<body>
<div id="app"></div>
</body>
@vite(['resources/js/app.js', 'resources/css/app.css'])
</html>