@if($metaViewport = config('meta_viewport')) @else @endif @if($metaRobots = config('meta_robots')) @endif @if($metaAuthor = config('meta_author')) @endif @if($metaKeywords = config('meta_keywords')) @endif @if($metaDescription = config('meta_description')) @endif {{-- 정규 주소(canonical). ?page= 같은 파라미터가 붙은 주소가 별도 페이지로 색인되는 것을 막는다. --}} {!! config('meta_adds_info') !!}