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