multilang addition

This commit is contained in:
UronShrestha
2024-06-17 12:13:20 +05:45
parent b4cf99f9d8
commit 949fee1678
14 changed files with 499 additions and 30 deletions

View File

@ -7,6 +7,10 @@
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>AdminLTE 3 | Dashboard 2</title>
<!-- Bootstrap CSS -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/css/bootstrap.min.css" rel="stylesheet">
<!-- Google Font: Source Sans Pro -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
@ -288,11 +292,13 @@
});
</script>
<!-- Language Switcher -->
<ul class="language-switcher">
<li><a href="{{ route('setLocale', ['locale' => 'en']) }}">English</a></li>
<li><a href="{{ route('setLocale', ['locale' => 'np']) }}">नेपाली</a></li>
</ul>
<!-- Bootstrap JS (include Popper.js for dropdowns) -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/js/bootstrap.min.js"></script>
</body>