@yield('css') {{-- RLT --}} @if (checkDBConnection() == true && Schema::hasTable('organization_setups')) @if (checkthemeDirection()->exists()) @if (themeDirection() == 'rtl') @endif @endif @endif {{-- RLT::END --}} @if (checkDBConnection() == true && Schema::hasTable('organization_setups')) @if (checkthemeLayout()->exists()) @if (themeLayout() == 'classic') @else @endif @else @endif @endif @if (checkDBConnection() == true && Schema::hasTable('organization_setups')) @if (Schema::hasColumn('organization_setups', 'company_name') || Schema::hasColumn('organization_setups', 'logo')) @else @endif @endif @if (checkDBConnection() == true && Schema::hasTable('seos')) {{-- OPEN GRAPH --}} @endif @yield('head') @notifyCss