{!! SEO::generate() !!} {{--font link--}} {{----}} @yield('stylesheet') @if( request()->get('ref') =='botassistant' ) @endif @if( request()->get('ref') !== 'botassistant' ) @endif @if(Route::currentRouteName() != "checkout" || Route::currentRouteName() != "cart")
@endif @include('layouts.default_header') @yield('content') @include('layouts.default_footer') @yield('script') {{----}}