@php $meta_tag = \App\Helpers\Helper::metaTags($page); @endphp @if ($page != 'others') {{ $meta_tag->title ?? $title }} @else {{ $title }} @endif @if ($meta_tag) {!! $meta_tag->others ?? '' !!} @endif