@yield('custom-meta') @if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on') @endif @yield('head-script') {{-- style css for different color schemes --}} @php if(Schema::hasTable('color_schemes')){ $color = App\ColorScheme::first(); } @endphp @if(isset($color)) @if($color->color_scheme == 'dark') @else @endif @if($color->color_scheme == 'light') @else @endif @endif