+<head>
@include('cubist::head.meta')
@include('cubist::head.opengraph')
@include('cubist::head.twittercard')
@stack('stylesheets')
@include('googletagmanager::head')
@include('gtag::head')
+</head>
\ No newline at end of file
<title>{{$page->meta_title}}</title>
+<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="viewport" content="width=device-width, initial-scale=, shrink-to-fit=no">
<meta name="description" content="{{$page->meta_description}}">
<meta name="robots" content="{{$page->robots=='1'?'index,follow':'noindex,nofollow'}}">
-@stack('head.meta')
\ No newline at end of file
+@stack('head.meta')
+<meta name="csrf-token" content="{{ csrf_token() }}">
\ No newline at end of file