File: /home/dnlightw-124/dn.lightweb.kr/themes/dn-urology/views/app.blade.php
@extends('base')
@section('scripts')
@routes
@vite(['themes/dn-urology/app.js', "themes/dn-urology/Pages/{$page['component']}.vue"])
@inertiaHead
@endsection
@section('head')
<meta name="google-site-verification" content="1ffd2IF7zCsgoREeuPDgV0uHobVTKlNns8809cyZetM" />
<title>댄의원</title>
<meta name="description" content="단순한 치료, 그 이상의 가치를 이야기합니다.">
<meta name="robots" content="index, follow" />
<meta name="google-site-name" content="댄의원" />
<meta property="og:title" content="댄의원">
<meta property="og:description" content="단순한 치료, 그 이상의 가치를 이야기합니다.">
{{-- <meta property="og:image" content="{{ asset('/assets/rentve.png') }}">--}}
<link rel="icon" href="{{ Theme::asset('favicon/favicon.ico') }}" type="image/x-icon">
<link rel="apple-touch-icon" sizes="180x180" href="{{ Theme::asset('favicon/apple-touch-icon.png') }}">
<link rel="icon" type="image/png" size="16x16" href="{{ Theme::asset('favicon/favicon.png') }}">
<link rel="icon" type="image/png" size="32x32" href="{{ Theme::asset('favicon/favicon.png') }}">
<link rel="manifest" href="{{ Theme::asset('favicon/site.webmanifest') }}">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JZ8MW4KGNQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-JZ8MW4KGNQ');
</script>
@endsection
@section('body')
<body class="antialiased h-full">
@inertia
</body>
@endsection