You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
willaengine/resources/views/Home.blade.php

18 lines
500 B

6 years ago
<!doctype html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{-- <link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet"> --}}
6 years ago
<title> Cliender IMS </title>
6 years ago
<!-- Styles -->
6 years ago
</head>
<body>
<div id="app"></div>
6 years ago
</body>
<script src="{{ mix('js/vue/Home/app.js') }}"></script>
6 years ago
</html>