{!! SEO::generate() !!} @if(Session::has('lang_position')) @if(Session::get('lang_position') == 'RTL') @else @endif @else @endif @php $color = App\Options::where('key','color')->first(); if(isset($color)) { $theme_color = $color->value; }else{ $theme_color = '#ff3252'; } @endphp @if(Session::has('lang_position')) @if(Session::get('lang_position') == 'RTL') @endif @endif @stack('css')
@include('theme::layouts.partials.header')