22 lines
1.0 KiB
PHP
22 lines
1.0 KiB
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="Cartzilla - Multipurpose Bootstrap E-Commerce HTML Template">
|
|
<meta name="keywords"
|
|
content="online shop, e-commerce, online store, market, multipurpose, product landing, cart, checkout, ui kit, light and dark mode, bootstrap, html5, css3, javascript, gallery, slider, mobile, pwa">
|
|
<meta name="author" content="Coderthemes">
|
|
|
|
<!-- 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="/app-icons/icon-32x32.png" sizes="32x32">
|
|
<link rel="apple-touch-icon" href="/app-icons/icon-180x180.png">
|