CRM-panel/crm-panel/resources/views/welcome.blade.php
2025-05-06 23:15:56 +05:45

13 lines
292 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Laravel</title>
</head>
<body>
<h1>Welcome to the App!</h1>
<a href="{{ route('dashboard') }}">Go to Dashboard</a>
</body>
</html>