@if(Request::segment(1)=='post') {{$row->seo_title}} @if($row->author_name!='') @else @endif @if($row->seo_keyword!='') @else @endif @elseif(isset($row) && isset($row->id)) {{$row->meta_char ?? setting('site_seo_title')}} @else {{setting('site_seo_title')}} @endif @if(setting('site_favicon')!='') @else @endif @if(isset($_GET['home']) && $_GET['home']!='') @if($_GET['home']=='home_2') @elseif($_GET['home']=='home_3') @elseif($_GET['home']=='home_4') @else @endif @else @if(setting('homepage_theme')=='home_2') @elseif(setting('homepage_theme')=='home_3') @elseif(setting('homepage_theme')=='home_4') @else @endif @endif
@if(isset($_GET['home']) && $_GET['home']!='') @php $explode = explode("_",$_GET['home']); @endphp @if($_GET['home']=='home_5' || setting('homepage_theme')=='home_5') @include('site/layout/components/header_1') @else @include('site/layout/components/header_'.$explode[1]) @endif @else @if(setting('homepage_theme')=='home_5') @include('site/layout/components/header_1') @else @php $explode = explode("_",setting('homepage_theme')); @endphp @include('site/layout/components/header_'.$explode[1]) @endif @endif @yield('content') @include('site/layout/components/footer')