multilang addition
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user