Skip to content

Instantly share code, notes, and snippets.

@charlesBochet
Last active November 18, 2018 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlesBochet/197b99f1a0f22921dbc596c2e75ac5d6 to your computer and use it in GitHub Desktop.
Save charlesBochet/197b99f1a0f22921dbc596c2e75ac5d6 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Customers</title>
</head>
<body>
<div class="flex-center position-ref full-height">
<div class="content">
<h1 class="title m-b-md">
Customers
</h1>
<div id="app">
<hello-world></hello-world>
</div>
</div>
</div>
<script src="{{ mix('js/customers/customers.js') }}"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment