@php $url = $_SERVER["HTTP_HOST"]; $config = DB::table("site_configs")->where("smallUrl", "=", $url)->first(); @endphp @extends(getenv("THEME") . ".layouts.argo") @section("content")