22 lines
864 B
PHP
22 lines
864 B
PHP
<meta charset="utf-8">
|
|
|
|
<!-- CSRF Token -->
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
|
|
<!-- Viewport -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover">
|
|
|
|
<!-- SEO Meta Tags -->
|
|
<title>{{ config('app.name') }} | {{ $title }}</title>
|
|
<meta name="description" content="AsiaGolf - AsiaGolf Store">
|
|
<meta name="keywords"
|
|
content="AsiaGolf, AsiaGolf Store">
|
|
<meta name="author" content="AsiaGolf">
|
|
|
|
<!-- Webmanifest + Favicon / App icons -->
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<link rel="manifest" href="/manifest.json">
|
|
<link rel="icon" type="image/png" href="{{ asset('logo/logo-app.png') }}" sizes="32x32">
|
|
<link rel="apple-touch-icon" href="{{ asset('app-icons/icon-180x180.png') }}">
|