validated('dominio'); return TenantResource::make( Tenant::query()->with(['headerLogo', 'footerLogo'])->where('dominio', $dominio)->firstOrFail() ); } }