@if (config('app.env') !== "production")
@endif
@seo
{{-- Open Graph / Twitter: gives shared links a preview image and a clean URL.
Title and description are deliberately omitted so scrapers fall back to
the
and meta description that @seo already manages. --}}
@if(config('app.env') === 'development')
@endif
@if(config('app.env') === 'production')
@endif
@if (config('app.env') != "production")
@endif
@if (Cookie::has('user-location') === false)
@else
@endif
@yield('content')
@if (!View::hasSection('hide-seed-specialist'))