validated('dominio'); return BootstrapAdminAppResource::make( WebsiteType::query() ->with('siteLogo') ->where('dominio', $domain) ->firstOrFail() ); } }